diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:13:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 14:03:28 +0200 |
commit | 00ac0b37763f1da5d9e8a036dca5848b59948ab1 (patch) | |
tree | 6c505345066bfe00fae890eed8e164bcfc10b0c8 /sw/qa | |
parent | 0f6951e16967bc86a5b26489a1bbff74ed00f3cf (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/Test-BigPtrArray.cxx | 4 | ||||
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/qa/core/Test-BigPtrArray.cxx b/sw/qa/core/Test-BigPtrArray.cxx index 20f2dbaf8469..19299045b593 100644 --- a/sw/qa/core/Test-BigPtrArray.cxx +++ b/sw/qa/core/Test-BigPtrArray.cxx @@ -30,9 +30,9 @@ #include "precompiled_sw.hxx" #ifdef WNT -# include <tools/prewin.h> +# include <prewin.h> # include <windows.h> -# include <tools/postwin.h> +# include <postwin.h> #endif #define TIMELOG diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index 38bf4d1022b3..4195f405f9fa 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -28,9 +28,9 @@ #include "precompiled_sw.hxx" #ifdef WNT -# include <tools/prewin.h> +# include <prewin.h> # include <windows.h> -# include <tools/postwin.h> +# include <postwin.h> #endif #include "preextstl.h" |