diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:11:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:11:12 +0000 |
commit | f0d7039e0e6a9960c0bbc6b6e993b4f459457494 (patch) | |
tree | 581f5c18ce882800eea10dcff03a75e2e9715922 /tools | |
parent | b08276c5f82a10f579bb96ad1355f6e3fa2e344d (diff) |
INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED
2007/06/04 13:32:24 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/tdir.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index 29698e3f0f9e..e8ccb19d22e6 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdir.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:53:42 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:11:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,17 +43,17 @@ #include <limits.h> #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _LIST_HXX -#include <list.hxx> +#include <tools/list.hxx> #endif #ifndef _COMPED_HXX #include "comdep.hxx" #endif #ifndef _FSYS_HXX -#include <fsys.hxx> +#include <tools/fsys.hxx> #endif |