summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:20:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:20:44 +0000
commit2d5e409ffdd2c1e7f0c28d4b750d718cc5da6eeb (patch)
tree1e35b597145acca69a9a6f3bd37c5718a0239f5e /tools
parent878ec9c18abb6e667201c44f540987405b4328e3 (diff)
INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED
2007/06/04 13:32:28 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r--tools/source/zcodec/zcodec.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx
index d771bd7bfcdc..98ee72a9714e 100644
--- a/tools/source/zcodec/zcodec.cxx
+++ b/tools/source/zcodec/zcodec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: zcodec.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:05:42 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:20:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_tools.hxx"
#ifndef _STREAM_HXX
-#include "stream.hxx"
+#include <tools/stream.hxx>
#endif
#ifndef _ZLIB_H
#ifdef SYSTEM_ZLIB
@@ -47,7 +47,7 @@
#endif
#endif
#ifndef _ZCODEC_HXX
-#include "zcodec.hxx"
+#include <tools/zcodec.hxx>
#endif
#ifndef _RTL_CRC_H_
#include <rtl/crc.h>