diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
commit | b0c96965cfc02d2beb062158483079a2e746474f (patch) | |
tree | 014375f1c3b160feb9552340b05129072c8c2794 /lingucomponent | |
parent | d0f6d5d97c66a361928c1d709b49d55ddeec6452 (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/lingutil/lingutil.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index d155d552100b..03ae2934b322 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -30,7 +30,7 @@ #include "precompiled_lingucomponent.hxx" #if defined(WNT) -#include <tools/prewin.h> +#include <prewin.h> #endif #if defined(WNT) @@ -38,7 +38,7 @@ #endif #if defined(WNT) -#include <tools/postwin.h> +#include <postwin.h> #endif |