summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 19:17:13 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 19:22:27 +1100
commitf8151c9ced1a2fdce6273fbbce2656bea25cf754 (patch)
tree5684c9ec2292b74a39e7c1cc68ab7bf02b76a2d9 /vcl
parent0c227ff64c7f3ec02102b93ca432b5c8e501c2ee (diff)
vcl: remove extraneous included headers in window.h
Change-Id: I9fce8a5300ba8e2edc4641682063a94b071533e1
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/window.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 3fed5b3c6d86..b94ca6e7e841 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -21,27 +21,9 @@
#define INCLUDED_VCL_INC_WINDOW_H
#include <sal/config.h>
-
-#include <com/sun/star/uno/Reference.hxx>
-#include <cppuhelper/weakref.hxx>
-#include <list>
-#include <tools/wintypes.hxx>
#include <tools/fract.hxx>
-#include <vcl/cursor.hxx>
-#include <vcl/inputctx.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/salnativewidgets.hxx>
-#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
-#include <vcl/vclevent.hxx>
-#include <vcl/vclptr.hxx>
#include <vcl/rendersettings.hxx>
-#include "vcleventlisteners.hxx"
-#include "impfontcache.hxx"
-
-#include <vector>
-#include <set>
struct ImplDelData;