From cbac4534b3e95be4675b7cb82e671f279a7e4cbd Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:07:28 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED 2007/06/04 13:32:23 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/bootstrp/iserver.cxx | 8 ++++---- tools/bootstrp/so_checksum.cxx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/bootstrp/iserver.cxx b/tools/bootstrp/iserver.cxx index 080bdc4a8e4a..af321b3fa31e 100644 --- a/tools/bootstrp/iserver.cxx +++ b/tools/bootstrp/iserver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iserver.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:48:32 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:06:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include "iparser.hxx" -#include "geninfo.hxx" +#include +#include #include "bootstrp/appdef.hxx" #include diff --git a/tools/bootstrp/so_checksum.cxx b/tools/bootstrp/so_checksum.cxx index 34d45a7881fb..7ccbaaf1250e 100644 --- a/tools/bootstrp/so_checksum.cxx +++ b/tools/bootstrp/so_checksum.cxx @@ -4,9 +4,9 @@ * * $RCSfile: so_checksum.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:49:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:07:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include -#include +#include int main( int argc, char * argv[] ) { -- cgit