summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-28 12:47:37 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 12:47:37 +0000
commit0130bc33fd53b1151fbe1d0174136baab048b8da (patch)
treecfaa7cbff2964b3dad3a0f8a3262890cf2195b95 /demos
parent45f0ad8cf5075c7cbb128bb96c32afa151b4ab84 (diff)
downloadgtk+-0130bc33fd53b1151fbe1d0174136baab048b8da.tar.gz
include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files.
2008-05-28 Michael Natterer <mitch@imendio.com> * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files. svn path=/trunk/; revision=20209
Diffstat (limited to 'demos')
-rw-r--r--demos/testpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 84011004a9..0bdd6f8b1b 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -23,7 +23,7 @@
#include <unistd.h>
#include <string.h>
#include <gtk/gtk.h>
-#include <gdk-pixbuf/gdk-pixbuf-loader.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include "test-inline-pixbufs.h"