summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:13:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:13:15 +0000
commitd5db8505bfe6139117ae1d5c801a38c94ba8c887 (patch)
tree298e4fd6276d6f710af2b17048163127924e993c /tools
parent8e02f176fe8d7624451a387edd096970e29f8559 (diff)
INTEGRATION: CWS vgbugs07 (1.15.90); FILE MERGED
2007/06/04 13:32:25 vg 1.15.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/config.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index ceab76af4064..b973e175f2ef 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: config.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:55:29 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:13:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,14 +52,14 @@
#include <osl/file.hxx>
#endif
#ifndef _STREAM_HXX
-#include <stream.hxx>
+#include <tools/stream.hxx>
#endif
#ifndef _DEBUG_HXX
-#include <debug.hxx>
+#include <tools/debug.hxx>
#endif
#ifndef _CONFIG_HXX
-#include <config.hxx>
+#include <tools/config.hxx>
#endif
#ifndef _OSL_SECURITY_H_