diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:09:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 14:02:04 +0200 |
commit | f10a74f4fd0a0ba9702dd657232a50441fb0418f (patch) | |
tree | 04ffb40b412b0d7ddae8bfb4154fb05cbf066e72 /l10ntools/source/helpmerge.cxx | |
parent | 26463988018c334f620678194e1b264cf1d815f4 (diff) |
Move prewin.h and postwin.h to solenv and adapt
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index d650f3b41e28..ef6baec538a2 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -44,9 +44,9 @@ #include "rtl/strbuf.hxx" #ifdef WNT #include <direct.h> -#include "tools/prewin.h" +#include "prewin.h" #include <windows.h> -#include "tools/postwin.h" +#include "postwin.h" #endif /*****************************************************************************/ |