[poppler] test/gtk-cairo-test.cc test/pdf-inspector.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Sep 24 04:12:43 PDT 2008
test/gtk-cairo-test.cc | 3 ---
test/pdf-inspector.cc | 3 ---
2 files changed, 6 deletions(-)
New commits:
commit 0e080aaf44816e5d5b9008f3c2fb54868932f0ac
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Sep 24 13:12:13 2008 +0200
Remove non-needed X includes
Spotted by Carlo Bramini
diff --git a/test/gtk-cairo-test.cc b/test/gtk-cairo-test.cc
index 2049d72..9a15456 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 811adfe..3965380 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"
More information about the poppler
mailing list