diff options
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r-- | demos/testpixbuf.c | 6 |
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; |