summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 18:47:00 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 18:47:11 +0100
commitdbfe237fe254bcaecb9bdf6c39e9ec2beac60e93 (patch)
tree987866d382627855f8dcb0c30065d43f5af9fae0 /lingucomponent
parent73813f23fd3dc708d3d4eeb553686f5d967b21dd (diff)
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'lingucomponent')
-rwxr-xr-xlingucomponent/source/lingutil/lingutil.cxx11
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>