summaryrefslogtreecommitdiff
path: root/demos/testpixbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r--demos/testpixbuf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 63483f8291..5d36b7a0b8 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -23,9 +23,9 @@
#include <string.h>
#include <gtk/gtk.h>
-#include "gdk-pixbuf.h"
-#include "gdk-pixbuf-io.h"
-#include "gdk-pixbuf-loader.h"
+#include "gdk-pixbuf/gdk-pixbuf.h"
+#include "gdk-pixbuf/gdk-pixbuf-io.h"
+#include "gdk-pixbuf/gdk-pixbuf-loader.h"
typedef struct {
FILE *imagefile;