summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-08 00:44:50 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-08 00:44:50 +0000
commit234881fd086d769215c8e756cdb0a81717a61ecc (patch)
treee4305e59e6052b11d9979c08bab47ae4ecabc4d4 /modules
parent49ef054981783ed0cf90aa9d1374f15cb9b66cb9 (diff)
downloadgtk+-234881fd086d769215c8e756cdb0a81717a61ecc.tar.gz
Clean up includes in test printbackend.
svn path=/trunk/; revision=21851
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/test/gtkprintbackendtest.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c
index 85a07a3e6d..47037cbde3 100644
--- a/modules/printbackends/test/gtkprintbackendtest.c
+++ b/modules/printbackends/test/gtkprintbackendtest.c
@@ -35,13 +35,12 @@
#include <glib/gi18n-lib.h>
-#include "gtkprintoperation.h"
+#include <gtk/gtkprintbackend.h>
+#include <gtk/gtkunixprint.h>
+#include <gtk/gtkprinter-private.h>
-#include "gtkprintbackend.h"
#include "gtkprintbackendtest.h"
-#include "gtkprinter.h"
-#include "gtkprinter-private.h"
typedef struct _GtkPrintBackendTestClass GtkPrintBackendTestClass;