From c6ba217fb22e7b460f3ecb213a2bff549b10447a Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:05:51 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.13.90); FILE MERGED 2007/06/06 10:20:31
vg 1.13.90.2: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01 2007/06/04 13:32:23 vg 1.13.90.1: #i76605# Remove -I
.../inc/module hack introduced by hedaburemove01
---
tools/bootstrp/command.cxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'tools/bootstrp/command.cxx')
diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx
index a8d8cf79b2bc..219b61628135 100644
--- a/tools/bootstrp/command.cxx
+++ b/tools/bootstrp/command.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: command.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:47:53 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:05:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,10 +44,10 @@
#include "first.hxx"
#endif
-#include "fsys.hxx"
-#include "stream.hxx"
+#include
+#include
#include "bootstrp/command.hxx"
-#include "debug.hxx"
+#include
#include "bootstrp/appdef.hxx"
#if defined WNT
@@ -85,7 +85,7 @@
#endif
#if defined WNT
-#include
+#include
#endif
#if defined WNT
--
cgit