From 34f07120761935a73f0963127c3b19e2a8fde72b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:15:31 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:32:26
vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/source/inet/inetstrm.cxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'tools')
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx
index 2b36ed4fcd6b..dc6ac2938491 100644
--- a/tools/source/inet/inetstrm.cxx
+++ b/tools/source/inet/inetstrm.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inetstrm.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:58:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:15:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,16 +45,16 @@
#endif
#ifndef _CACHESTR_HXX
-#include
+#include
#endif
#ifndef _TOOLS_DEBUG_HXX
-#include
+#include
#endif
#ifndef _TOOLS_INETMSG_HXX
-#include
+#include
#endif
#ifndef _TOOLS_INETSTRM_HXX
-#include
+#include
#endif
#include // toupper
--
cgit