summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/image.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:14:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:14:13 +0000
commita1975cf7460bc86a61a269a1fc1ef9088e385ac9 (patch)
tree7449408ea222593efc7d97b1fcc78a9e3621beb2 /vcl/source/gdi/image.cxx
parent95122702c7435d6001a06b12693851719a5437d2 (diff)
INTEGRATION: CWS vgbugs07 (1.27.40); FILE MERGED
2007/06/04 13:29:35 vg 1.27.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/image.cxx')
-rw-r--r--vcl/source/gdi/image.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/gdi/image.cxx b/vcl/source/gdi/image.cxx
index 9bb4eaee7b3a..0594e8a59c27 100644
--- a/vcl/source/gdi/image.cxx
+++ b/vcl/source/gdi/image.cxx
@@ -5,9 +5,9 @@
*
* $RCSfile: image.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: kz $ $Date: 2007-06-20 10:54:44 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:14:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,16 +58,16 @@
#include <tools/resmgr.hxx>
#endif
#ifndef _SV_SETTINGS_HXX
-#include <settings.hxx>
+#include <vcl/settings.hxx>
#endif
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_GRAPH_HXX
-#include <graph.hxx>
+#include <vcl/graph.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_IMPIMAGETREE_H
#include <impimagetree.hxx>
@@ -76,7 +76,7 @@
#include <image.h>
#endif
#ifndef _SV_IMAGE_HXX
-#include <image.hxx>
+#include <vcl/image.hxx>
#endif
DBG_NAME( Image )