From e018038b92b6a73b18220d533603f8577c5dde3c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:06:52 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.15.90); FILE MERGED 2007/06/04 13:32:23
vg 1.15.90.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/bootstrp/mkcreate.cxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'tools')
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx
index ff779dda99bd..e0591d723ec3 100644
--- a/tools/bootstrp/mkcreate.cxx
+++ b/tools/bootstrp/mkcreate.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mkcreate.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:48:57 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:06:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,8 +43,8 @@
#include "bootstrp/mkcreate.hxx"
#include "bootstrp/inimgr.hxx"
#include "bootstrp/appdef.hxx"
-#include "geninfo.hxx"
-#include "iparser.hxx"
+#include
+#include
#include "bootstrp/prj.hxx"
char const *NoBuildProject[] = {
@@ -691,9 +691,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds )
"#\n"
"# $RCSfile: mkcreate.cxx,v $\n"
"#\n"
- "# $Revision: 1.15 $\n"
+ "# $Revision: 1.16 $\n"
"#\n"
- "# last change: $Author: obo $ $Date: 2006-09-17 00:48:57 $\n"
+ "# last change: $Author: hr $ $Date: 2007-06-27 22:06:52 $\n"
"#\n"
"# The Contents of this file are made available subject to\n"
"# the terms of GNU Lesser General Public License Version 2.1.\n"
--
cgit