diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:28 +0000 |
commit | cbac4534b3e95be4675b7cb82e671f279a7e4cbd (patch) | |
tree | b2ed60fd8c0550ff99b8d12194c19a691757ed92 /tools | |
parent | 6f49a7bb24b63af9ffe2e97ebe01ea1bde602d5a (diff) |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/iserver.cxx | 8 | ||||
-rw-r--r-- | tools/bootstrp/so_checksum.cxx | 6 |
2 files changed, 7 insertions, 7 deletions
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 <tools/iparser.hxx> +#include <tools/geninfo.hxx> #include "bootstrp/appdef.hxx" #include <stdio.h> 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 <stdio.h> -#include <string.hxx> +#include <tools/string.hxx> int main( int argc, char * argv[] ) { |