summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:11:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:11:00 +0000
commitb08276c5f82a10f579bb96ad1355f6e3fa2e344d (patch)
treedb2eb595f5fce58c86c57ff87a4486ef744b5d3a /tools/source
parentc6e46d7ffb091a0a4f5fa0a3373fdd9d52128015 (diff)
INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED
2007/06/04 13:32:24 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/debug/stcktree.cxx6
-rw-r--r--tools/source/fsys/comdep.cxx10
-rw-r--r--tools/source/fsys/fstat.cxx6
3 files changed, 11 insertions, 11 deletions
diff --git a/tools/source/debug/stcktree.cxx b/tools/source/debug/stcktree.cxx
index 5e32d81bfa98..45733288b052 100644
--- a/tools/source/debug/stcktree.cxx
+++ b/tools/source/debug/stcktree.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stcktree.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:52:37 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:09:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
#include <string.h>
-#include <debug.hxx>
+#include <tools/debug.hxx>
// -----------------------------------------------------------------------
diff --git a/tools/source/fsys/comdep.cxx b/tools/source/fsys/comdep.cxx
index cb48323d662c..50331ebcf52c 100644
--- a/tools/source/fsys/comdep.cxx
+++ b/tools/source/fsys/comdep.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: comdep.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:52:49 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:10:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,13 +39,13 @@
#include "comdep.hxx"
#ifndef _DEBUG_HXX
-#include <debug.hxx>
+#include <tools/debug.hxx>
#endif
#ifndef _LIST_HXX
-#include <list.hxx>
+#include <tools/list.hxx>
#endif
#ifndef _FSYS_HXX
-#include <fsys.hxx>
+#include <tools/fsys.hxx>
#endif
DBG_NAMEEX( DirEntry )
diff --git a/tools/source/fsys/fstat.cxx b/tools/source/fsys/fstat.cxx
index 4ab60f4054d0..baded08c600a 100644
--- a/tools/source/fsys/fstat.cxx
+++ b/tools/source/fsys/fstat.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fstat.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:53:29 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:11:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,7 +49,7 @@
#include <string.h>
#include "comdep.hxx"
-#include <fsys.hxx>
+#include <tools/fsys.hxx>
/*************************************************************************
|*