diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-06 14:31:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-06 14:35:41 +0200 |
commit | 409d1817b8d0d0364c6e07f5a4ae14da8bc6a852 (patch) | |
tree | c21d43246d9b152410c350e27ffd91f0415fb842 /vcl | |
parent | fd6263e37641657f8bf81f42e72c7074263d277d (diff) |
Bin unneeded forward declarations
Change-Id: Ia5e53ab06c3c2097602520023cb53883baa434fe
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/window.h | 3 |
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; |