summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/pixbufscale.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-05 12:27:21 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-05 13:20:47 +0100
commit3d9f6d9615b9eced50409f137c60d96eb18b347d (patch)
tree9e60b1b11d2157e36cc5757e54520bcc52446c6a /ext/gdk_pixbuf/pixbufscale.h
parent732704c007f6119010fdace995ce246b10ba9f91 (diff)
configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+
Diffstat (limited to 'ext/gdk_pixbuf/pixbufscale.h')
-rw-r--r--ext/gdk_pixbuf/pixbufscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.h b/ext/gdk_pixbuf/pixbufscale.h
index 588665c1..686bf4dc 100644
--- a/ext/gdk_pixbuf/pixbufscale.h
+++ b/ext/gdk_pixbuf/pixbufscale.h
@@ -23,9 +23,9 @@
#ifndef __GST_PIXBUFSCALE_H__
#define __GST_PIXBUFSCALE_H__
-#include <gtk/gtk.h>
#include <gst/gst.h>
#include <gst/base/gstbasetransform.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
G_BEGIN_DECLS