summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:12:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:12:02 +0000
commit2f62dc8b8fe1c5cbbf172b48493c5cf441c8144f (patch)
tree41b92986fcc4915d27fcaaf847a6fc20099b1e30
parent159ce5ea3cb7604e83f57616fad396b4ad253c46 (diff)
INTEGRATION: CWS vgbugs07 (1.59.90); FILE MERGED
2007/06/04 13:32:25 vg 1.59.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--tools/source/fsys/urlobj.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx
index 9f2c62c15cb7..2f85130ca72e 100644
--- a/tools/source/fsys/urlobj.cxx
+++ b/tools/source/fsys/urlobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: urlobj.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:54:24 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:12:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,14 +37,14 @@
#include "precompiled_tools.hxx"
#ifndef _URLOBJ_HXX
-#include "urlobj.hxx"
+#include <tools/urlobj.hxx>
#endif
#ifndef _TOOLS_DEBUG_HXX
-#include "debug.hxx"
+#include <tools/debug.hxx>
#endif
#ifndef TOOLS_INETMIME_HXX
-#include "inetmime.hxx"
+#include <tools/inetmime.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_