diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:41 +0000 |
commit | acffefd25ed944827bec2b0a379d39ef407753c9 (patch) | |
tree | 19f0954a38a1165d3aa2a844af94455ace6fab83 /tools/bootstrp | |
parent | cbac4534b3e95be4675b7cb82e671f279a7e4cbd (diff) |
INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED
2007/06/04 13:32:23 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/sspretty.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/sspretty.cxx b/tools/bootstrp/sspretty.cxx index a1206421a81f..12eba90e1e60 100644 --- a/tools/bootstrp/sspretty.cxx +++ b/tools/bootstrp/sspretty.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sspretty.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:49:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:07:41 $ * * 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 <stdio.h> |