From 2d5e409ffdd2c1e7f0c28d4b750d718cc5da6eeb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:20:44 +0000
Subject: 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
---
tools/source/zcodec/zcodec.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'tools')
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
#endif
#ifndef _ZLIB_H
#ifdef SYSTEM_ZLIB
@@ -47,7 +47,7 @@
#endif
#endif
#ifndef _ZCODEC_HXX
-#include "zcodec.hxx"
+#include
#endif
#ifndef _RTL_CRC_H_
#include
--
cgit