summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 04:28:04 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 16:02:14 +1000
commit94261e6382951f9d71f4ca30ccae97fb034c0007 (patch)
treeaefb35ac31f1ab33283c3c268263861daf563050 /vcl
parentvcl: remove unnecessary headers in clipping.cxx (diff)
downloadcore-94261e6382951f9d71f4ca30ccae97fb034c0007.tar.gz
core-94261e6382951f9d71f4ca30ccae97fb034c0007.zip
vcl: remove unnecessary headers from window.cxx
Change-Id: I80d9d456dc9cf99bf9bfa05571d42774f43ce577
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window.cxx121
1 files changed, 45 insertions, 76 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 513eb6f98879..833a0a4b0b81 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -19,82 +19,51 @@
#include <config_features.h>
-#include <i18nlangtag/mslangid.hxx>
-
-#include "tools/time.hxx"
-#include "tools/debug.hxx"
-#include "tools/rc.h"
-
-#include "unotools/fontcfg.hxx"
-#include "unotools/confignode.hxx"
-
-#include "vcl/layout.hxx"
-#include "vcl/salgtype.hxx"
-#include "vcl/event.hxx"
-#include "vcl/fixed.hxx"
-#include "vcl/help.hxx"
-#include "vcl/cursor.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/window.hxx"
-#include "vcl/syswin.hxx"
-#include "vcl/syschild.hxx"
-#include "vcl/dockwin.hxx"
-#include "vcl/menu.hxx"
-#include "vcl/wrkwin.hxx"
-#include "vcl/wall.hxx"
-#include "vcl/gradient.hxx"
-#include "vcl/button.hxx"
-#include "vcl/taskpanelist.hxx"
-#include "vcl/dialog.hxx"
-#include "vcl/unowrap.hxx"
-#include "vcl/gdimtf.hxx"
-#include "vcl/pdfextoutdevdata.hxx"
-#include "vcl/popupmenuwindow.hxx"
-#include "vcl/lazydelete.hxx"
-#include "vcl/virdev.hxx"
-#include "vcl/settings.hxx"
-
-// declare system types in sysdata.hxx
-#include "svsys.h"
-#include "vcl/sysdata.hxx"
-
-#include "salframe.hxx"
-#include "salobj.hxx"
-#include "salinst.hxx"
-#include "salgdi.hxx"
-#include "svdata.hxx"
-#include "dbggui.hxx"
-#include "outfont.hxx"
-#include "window.h"
-#include "toolbox.h"
-#include "outdev.h"
-#include "PhysicalFontCollection.hxx"
-#include "brdwin.hxx"
-#include "helpwin.hxx"
-#include "sallayout.hxx"
-#include "dndlcon.hxx"
-#include "dndevdis.hxx"
-
-#include "com/sun/star/accessibility/XAccessible.hpp"
-#include "com/sun/star/accessibility/AccessibleRole.hpp"
-#include "com/sun/star/awt/XWindowPeer.hpp"
-#include "com/sun/star/awt/XTopWindow.hpp"
-#include "com/sun/star/awt/XWindow.hpp"
-#include "com/sun/star/awt/XDisplayConnection.hpp"
-#include "com/sun/star/datatransfer/dnd/XDragSource.hpp"
-#include "com/sun/star/datatransfer/dnd/XDropTarget.hpp"
-#include "com/sun/star/datatransfer/clipboard/XClipboard.hpp"
-#include "com/sun/star/datatransfer/clipboard/SystemClipboard.hpp"
-#include "com/sun/star/lang/XInitialization.hpp"
-#include "com/sun/star/lang/XComponent.hpp"
-#include "com/sun/star/lang/XServiceName.hpp"
-#include "com/sun/star/rendering/CanvasFactory.hpp"
-#include "com/sun/star/rendering/XCanvas.hpp"
-#include "com/sun/star/rendering/XSpriteCanvas.hpp"
-#include "comphelper/processfactory.hxx"
-
-#include <sal/macros.h>
-#include <rtl/strbuf.hxx>
+#include <tools/rc.h>
+
+#include <sal/types.h>
+
+#include <vcl/salgtype.hxx>
+#include <vcl/event.hxx>
+#include <vcl/help.hxx>
+#include <vcl/cursor.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/window.hxx>
+#include <vcl/syswin.hxx>
+#include <vcl/syschild.hxx>
+#include <vcl/dockwin.hxx>
+#include <vcl/wall.hxx>
+#include <vcl/gradient.hxx>
+#include <vcl/button.hxx>
+#include <vcl/taskpanelist.hxx>
+#include <vcl/dialog.hxx>
+#include <vcl/unowrap.hxx>
+#include <vcl/gdimtf.hxx>
+#include <vcl/lazydelete.hxx>
+#include <vcl/virdev.hxx>
+#include <vcl/settings.hxx>
+#include <vcl/sysdata.hxx>
+
+#include <salframe.hxx>
+#include <salobj.hxx>
+#include <salinst.hxx>
+#include <salgdi.hxx>
+#include <svdata.hxx>
+#include <dbggui.hxx>
+#include <window.h>
+#include <toolbox.h>
+#include <outdev.h>
+#include <brdwin.hxx>
+#include <helpwin.hxx>
+#include <dndlcon.hxx>
+
+#include <com/sun/star/awt/XTopWindow.hpp>
+#include <com/sun/star/awt/XDisplayConnection.hpp>
+#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
+#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp>
+#include <com/sun/star/rendering/CanvasFactory.hpp>
+#include <com/sun/star/rendering/XSpriteCanvas.hpp>
+#include <comphelper/processfactory.hxx>
#include <set>
#include <typeinfo>