summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/gdi/alpha.cxx8
-rw-r--r--vcl/source/gdi/animate.cxx10
-rw-r--r--vcl/source/gdi/bitmap4.cxx8
3 files changed, 13 insertions, 13 deletions
diff --git a/vcl/source/gdi/alpha.cxx b/vcl/source/gdi/alpha.cxx
index 8fcdc53267e2..ee8e430960bc 100644
--- a/vcl/source/gdi/alpha.cxx
+++ b/vcl/source/gdi/alpha.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: alpha.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:56:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:09:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,13 +39,13 @@
#include <tools/debug.hxx>
#endif
#ifndef _SV_BMPACC_HXX
-#include <bmpacc.hxx>
+#include <vcl/bmpacc.hxx>
#endif
#ifndef _TOOLS_COLOR_HXX
#include <tools/color.hxx>
#endif
#ifndef _SV_ALPHA_HXX
-#include <alpha.hxx>
+#include <vcl/alpha.hxx>
#endif
// -------------
diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx
index c5ed8fc5fa4e..01e8d35ea8ac 100644
--- a/vcl/source/gdi/animate.cxx
+++ b/vcl/source/gdi/animate.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animate.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:56:24 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:09:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#define ENABLE_BYTESTRING_STREAM_OPERATORS
#ifndef _SV_ANIMATE_HXX
-#include <animate.hxx>
+#include <vcl/animate.hxx>
#endif
#ifndef _DEBUG_HXX
@@ -53,10 +53,10 @@
#endif
#ifndef _SV_VIRDEV_HXX
-#include <virdev.hxx>
+#include <vcl/virdev.hxx>
#endif
#ifndef _SV_WINDOW_HXX
-#include <window.hxx>
+#include <vcl/window.hxx>
#endif
#ifndef _SV_IMPANMVW_HXX
diff --git a/vcl/source/gdi/bitmap4.cxx b/vcl/source/gdi/bitmap4.cxx
index 58790d0d982c..750e44d9819d 100644
--- a/vcl/source/gdi/bitmap4.cxx
+++ b/vcl/source/gdi/bitmap4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmap4.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:57:40 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:10:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,10 +39,10 @@
#include <stdlib.h>
#include <vos/macros.hxx>
#ifndef _SV_BMPACC_HXX
-#include <bmpacc.hxx>
+#include <vcl/bmpacc.hxx>
#endif
#ifndef _SV_BITMAP_HXX
-#include <bitmap.hxx>
+#include <vcl/bitmap.hxx>
#endif
// -----------