diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/memtools/multisel.cxx | 8 | ||||
-rw-r--r-- | tools/source/memtools/table.cxx | 8 | ||||
-rw-r--r-- | tools/source/memtools/unqidx.cxx | 8 | ||||
-rw-r--r-- | tools/source/rc/isofallback.cxx | 6 |
4 files changed, 15 insertions, 15 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx index 972fcfcdb2e8..a621907bfda3 100644 --- a/tools/source/memtools/multisel.cxx +++ b/tools/source/memtools/multisel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multisel.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:58:51 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:16:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,8 +43,8 @@ #include <stdio.h> #endif -#include <debug.hxx> -#include <multisel.hxx> +#include <tools/debug.hxx> +#include <tools/multisel.hxx> #ifdef MI_DEBUG #define DBG(x) x diff --git a/tools/source/memtools/table.cxx b/tools/source/memtools/table.cxx index 9d82a9ea0df6..6154b155e414 100644 --- a/tools/source/memtools/table.cxx +++ b/tools/source/memtools/table.cxx @@ -4,9 +4,9 @@ * * $RCSfile: table.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:59:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:16:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,13 +41,13 @@ // ----------------------------------------------------------------------- #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _IMPCONT_HXX #include <impcont.hxx> #endif #ifndef _TOOLS_TABLE_HXX -#include <table.hxx> +#include <tools/table.hxx> #endif // ======================================================================= diff --git a/tools/source/memtools/unqidx.cxx b/tools/source/memtools/unqidx.cxx index 74138c40dcd3..0637bb07bf3b 100644 --- a/tools/source/memtools/unqidx.cxx +++ b/tools/source/memtools/unqidx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unqidx.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:59:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:16:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,11 +41,11 @@ #endif #ifndef _UNQIDX_HXX -#include <unqidx.hxx> +#include <tools/unqidx.hxx> #endif #ifndef _UNQID_HXX -#include <unqid.hxx> +#include <tools/unqid.hxx> #endif /************************************************************************* diff --git a/tools/source/rc/isofallback.cxx b/tools/source/rc/isofallback.cxx index c7a08facebda..3f026f32e25c 100644 --- a/tools/source/rc/isofallback.cxx +++ b/tools/source/rc/isofallback.cxx @@ -4,9 +4,9 @@ * * $RCSfile: isofallback.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:59:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:16:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include "isofallback.hxx" +#include <tools/isofallback.hxx> // ----------------------------------------------------------------------- |