diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /vcl/source/window | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/printdlg.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/scrwnd.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/syswin.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 00c2f6970dd4..819673043e15 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -30,7 +30,6 @@ #include "vcl/decoview.hxx" #include "vcl/configsettings.hxx" #include "vcl/help.hxx" -#include "vcl/decoview.hxx" #include "vcl/layout.hxx" #include "vcl/svapp.hxx" #include "vcl/unohelp.hxx" diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 2a174c125f9f..e49fb29184dd 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -30,7 +30,6 @@ #include <vcl/event.hxx> #include <math.h> -#include <limits.h> // ----------- // - Defines - diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 6338236c6c40..8451f81bdf91 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -21,7 +21,6 @@ #include <vcl/svapp.hxx> #include <vcl/menu.hxx> -#include <vcl/svapp.hxx> #include <vcl/event.hxx> #include <vcl/syswin.hxx> #include <vcl/taskpanelist.hxx> |