summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 19:03:49 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 19:03:49 +0100
commit78d6b75c90f39d74b94c9268cbd68dddd8ee22ca (patch)
tree7077295a16bd38b4904fc2add526db7371aff7ca /svtools
parentcce205cf2139e93307e1414629d0be79f0e9a2d1 (diff)
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/transfer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 2adee87e49a3..afe87ca08f01 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -29,7 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svtools.hxx"
#ifdef WNT
-#include <prewin.h>
#if defined _MSC_VER
#pragma warning(push, 1)
#pragma warning(disable: 4917)
@@ -38,7 +37,6 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
-#include <postwin.h>
#endif
#include <osl/mutex.hxx>
#include <rtl/memory.h>