diff options
author | Douglas Mencken <dougmencken@gmail.com> | 2014-07-08 20:23:12 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-10 16:09:52 +0000 |
commit | 6363e1e3739cce7bc6ff6962b4021cf95fac340a (patch) | |
tree | a7d2e36edf702fbd82d9a93ba6f77b774264ea09 /vcl | |
parent | 3bd2fa9111ac95044240d4fb80fb4f4c1426bb06 (diff) |
vcl/source/window/wrkwin.cxx: drop unused svsys.h header
Change-Id: Iad99721f6026512584c6e1cb763b81ffc6d1a625
Reviewed-on: https://gerrit.libreoffice.org/10152
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/wrkwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx index cf06c7c46f0d..9b614ea12181 100644 --- a/vcl/source/window/wrkwin.cxx +++ b/vcl/source/window/wrkwin.cxx @@ -23,7 +23,6 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> // declare system types in sysdata.hxx -#include <svsys.h> #include <vcl/sysdata.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/rendering/XCanvas.hpp> |