diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:47:00 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:47:11 +0100 |
commit | dbfe237fe254bcaecb9bdf6c39e9ec2beac60e93 (patch) | |
tree | 987866d382627855f8dcb0c30065d43f5af9fae0 /lingucomponent | |
parent | 73813f23fd3dc708d3d4eeb553686f5d967b21dd (diff) |
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'lingucomponent')
-rwxr-xr-x | lingucomponent/source/lingutil/lingutil.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index 989336601761..77fbd3a31595 100755 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -30,18 +30,9 @@ #include "precompiled_lingucomponent.hxx" #if defined(WNT) -#include <prewin.h> +#include <windows.h> #endif -#if defined(WNT) -#include <Windows.h> -#endif - -#if defined(WNT) -#include <postwin.h> -#endif - - #include <osl/thread.h> #include <osl/file.hxx> #include <tools/debug.hxx> |