From b14f9301ef503c922d89d6a72772c55606313ff7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 9 Feb 2011 00:57:41 +0200 Subject: prewin.h already includes --- vcl/source/app/settings.cxx | 5 ++--- vcl/win/source/gdi/salgdi3.cxx | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'vcl') diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 3405e30f5353..28166c0962bc 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -48,9 +48,8 @@ #include #ifdef WNT -#include "prewin.h" -#include -#include "postwin.h" +#include +#include #endif using namespace rtl; diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 4ae2b5199b05..b3def16e6075 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -33,7 +33,6 @@ #include #include -#include #include #include #include "tools/svwin.h" -- cgit