summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngwrite.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:21:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:21:55 +0000
commitc79b2647f7cf0fe46c9d585f94f80a81eba8a217 (patch)
tree406152941a759725b6d3b6862307747698e5dd8f /vcl/source/gdi/pngwrite.cxx
parente7ca966a951769ed831ee87675a8780da2181bd3 (diff)
INTEGRATION: CWS vgbugs07 (1.12.104); FILE MERGED
2007/06/04 13:29:38 vg 1.12.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/pngwrite.cxx')
-rw-r--r--vcl/source/gdi/pngwrite.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx
index 5c1ed92efe89..821ff5a56d4b 100644
--- a/vcl/source/gdi/pngwrite.cxx
+++ b/vcl/source/gdi/pngwrite.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pngwrite.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 10:59:19 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:21:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
-#include "pngwrite.hxx"
+#include <vcl/pngwrite.hxx>
#include <cmath>
#include <limits>
@@ -45,9 +45,9 @@
#include <rtl/alloc.h>
#include <tools/zcodec.hxx>
#include <tools/stream.hxx>
-#include "bmpacc.hxx"
-#include "svapp.hxx"
-#include "alpha.hxx"
+#include <vcl/bmpacc.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/alpha.hxx>
#ifndef _OSL_ENDIAN_H_
#include <osl/endian.h>