diff options
Diffstat (limited to 'toolkit/source/awt/vclxsystemdependentwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx index df1f6d05e14c..7f2721726e9e 100644 --- a/toolkit/source/awt/vclxsystemdependentwindow.cxx +++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx @@ -40,10 +40,7 @@ #include <toolkit/helper/macros.hxx> #include <cppuhelper/typeprovider.hxx> -#ifdef WNT -#include <prewin.h> -#include <postwin.h> -#elif defined ( QUARTZ ) +#ifdef QUARTZ #include "premac.h" #include <Cocoa/Cocoa.h> #include "postmac.h" |