diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:05:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:05:51 +0000 |
commit | c6ba217fb22e7b460f3ecb213a2bff549b10447a (patch) | |
tree | 9abe68ee843456518179e5457150dfb7b1813df8 /tools/bootstrp | |
parent | dcfc71e322a9cd4c46b3fa72f662e8d2f1fc303f (diff) |
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
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/command.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 <tools/fsys.hxx> +#include <tools/stream.hxx> #include "bootstrp/command.hxx" -#include "debug.hxx" +#include <tools/debug.hxx> #include "bootstrp/appdef.hxx" #if defined WNT @@ -85,7 +85,7 @@ #endif #if defined WNT -#include <svwin.h> +#include <tools/svwin.h> #endif #if defined WNT |