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 | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/svdata.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/outdev2.cxx | 1 | ||||
-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 |
7 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index e9a4edf78c0c..ddd7d090cd03 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -49,7 +49,6 @@ #include "vcl/unohelp2.hxx" #include "salinst.hxx" -#include "svdata.hxx" #include "svsys.h" #include "com/sun/star/i18n/XCharacterClassification.hpp" diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index 9bccdf7c2aba..164384a4e1da 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -29,7 +29,6 @@ #include <tools/gen.hxx> #include <unotools/fontcfg.hxx> #include <cppuhelper/implbase1.hxx> -#include <comphelper/string.hxx> #include <uno/current_context.hxx> #include "vcl/configsettings.hxx" diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index b989b80f826d..bf19753b1f15 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -46,7 +46,6 @@ #include <com/sun/star/awt/XGraphics.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/XGraphicRenderer.hpp> -#include <comphelper/processfactory.hxx> using namespace com::sun::star; diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index b30db08d85f6..888e25f5048e 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -27,7 +27,6 @@ #include <vcl/virdev.hxx> #include <vcl/bmpacc.hxx> #include <vcl/outdev.hxx> -#include <vcl/window.hxx> #include <vcl/image.hxx> #include <bmpfast.hxx> 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> |