diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:12:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:12:26 +0000 |
commit | d8a3be046addc96323328ba483a8b6215fb1db55 (patch) | |
tree | 0f522ea2eb77467a775cc15e196bbb72b22d15c6 | |
parent | 2f62dc8b8fe1c5cbbf172b48493c5cf441c8144f (diff) |
INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED
2007/06/04 13:32:25 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | tools/source/fsys/wntmsc.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx index c8cc0c11a840..2438ccbf7535 100644 --- a/tools/source/fsys/wntmsc.cxx +++ b/tools/source/fsys/wntmsc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wntmsc.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:54:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:12:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,22 +43,22 @@ #pragma warning (pop) #include "wntmsc.hxx" -#include "errinf.hxx" +#include <tools/errinf.hxx> #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _LIST_HXX -#include <list.hxx> +#include <tools/list.hxx> #endif #ifndef _WLDCRD_HXX -#include <wldcrd.hxx> +#include <tools/wldcrd.hxx> #endif #ifndef _FSYS_HXX -#include <fsys.hxx> +#include <tools/fsys.hxx> #endif #ifndef _BIGINT_HXX -#include "bigint.hxx" +#include <tools/bigint.hxx> #endif DECLARE_LIST( DirEntryList, DirEntry* ); |