From f8151c9ced1a2fdce6273fbbce2656bea25cf754 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 27 Jan 2016 19:17:13 +1100 Subject: vcl: remove extraneous included headers in window.h Change-Id: I9fce8a5300ba8e2edc4641682063a94b071533e1 --- vcl/inc/window.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'vcl') 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 - -#include -#include -#include -#include #include -#include -#include -#include -#include -#include -#include #include -#include -#include #include -#include "vcleventlisteners.hxx" -#include "impfontcache.hxx" - -#include -#include struct ImplDelData; -- cgit