summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-06 14:31:37 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-06 14:35:41 +0200
commit409d1817b8d0d0364c6e07f5a4ae14da8bc6a852 (patch)
treec21d43246d9b152410c350e27ffd91f0415fb842 /vcl
parentfd6263e37641657f8bf81f42e72c7074263d277d (diff)
Bin unneeded forward declarations
Change-Id: Ia5e53ab06c3c2097602520023cb53883baa434fe
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 62f301d40deb..18ff76554bdb 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -41,13 +41,10 @@
#include <vector>
#include <set>
-struct SalPaintEvent;
struct ImplDelData;
-struct ImplAccessibleInfos;
namespace vcl {
class Window;
- struct ControlLayoutData;
}
class FixedText;