diff options
Diffstat (limited to 'tools/source/fsys/comdep.cxx')
-rw-r--r-- | tools/source/fsys/comdep.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 ) |