summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-07 13:12:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-07 13:20:26 +0100
commit0b229f73b676d1e9f1dd28b04b6aae4de1f4de32 (patch)
tree524b0cd00f5b510699841c984f9eccf5643bc33f /vcl/unx
parent980756ce042eede8ba617f1c54a387a7ecbaf5db (diff)
gtk: drop unneeded X11 includes
Change-Id: Iea6f90e40401bd3f0e4c54de598df2262f14b686
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/gtksalframe.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index e2e75f930ab8..bb5567757a39 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -50,11 +50,8 @@
#endif
#include <gtk/gtk.h>
-
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#include <X11/Xatom.h>
#include <gdk/gdkx.h>
+#include <X11/Xatom.h>
#include <dlfcn.h>
#include <vcl/salbtype.hxx>