diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-05 20:41:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-06 08:44:54 +0100 |
commit | 495ad69a2eb2b0b12bf799a8f973a7121c4722d2 (patch) | |
tree | a22bb5dbd0766607d1562c560663d0750b60e326 /vcl/unx/x11 | |
parent | c966bac490bb161cb2f5ede962a6e3e7f002e178 (diff) |
don't need to include all these headers, reduce to required min
Change-Id: I1f05ed32cabc059309f46ec0a195705f0e774bd6
Diffstat (limited to 'vcl/unx/x11')
-rw-r--r-- | vcl/unx/x11/x11sys.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/x11/x11sys.cxx b/vcl/unx/x11/x11sys.cxx index 31fd0084abab..e4f4b2955726 100644 --- a/vcl/unx/x11/x11sys.cxx +++ b/vcl/unx/x11/x11sys.cxx @@ -18,7 +18,6 @@ */ #include <unx/salunx.h> -#include <unx/saldata.hxx> #include <unx/salinst.h> #include <unx/saldisp.hxx> #include <unx/x11/x11sys.hxx> |