diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-09-24 13:12:13 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-09-24 13:12:13 +0200 |
commit | 0e080aaf44816e5d5b9008f3c2fb54868932f0ac (patch) | |
tree | 2d4451b837b72640e1db4f6c47687b43c5fba65d /test | |
parent | 6888b023fdb199d3c5fb705bd928aedf68eeffdb (diff) |
Remove non-needed X includes
Spotted by Carlo Bramini
Diffstat (limited to 'test')
-rw-r--r-- | test/gtk-cairo-test.cc | 3 | ||||
-rw-r--r-- | test/pdf-inspector.cc | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/gtk-cairo-test.cc b/test/gtk-cairo-test.cc index 2049d720..9a15456e 100644 --- a/test/gtk-cairo-test.cc +++ b/test/gtk-cairo-test.cc @@ -15,9 +15,6 @@ #include <math.h> #include <gdk/gdk.h> -#include <gdk/gdkx.h> -#include <cairo-xlib.h> -#include <X11/Xutil.h> #include <gtk/gtk.h> #include <poppler.h> diff --git a/test/pdf-inspector.cc b/test/pdf-inspector.cc index 811adfef..3965380e 100644 --- a/test/pdf-inspector.cc +++ b/test/pdf-inspector.cc @@ -23,10 +23,7 @@ #include "GfxState.h" #include <gdk/gdk.h> -#include <gdk/gdkx.h> #include "CairoOutputDev.h" -#include <cairo-xlib.h> -#include <X11/Xutil.h> #include "PDFDoc.h" #include "GlobalParams.h" |