summaryrefslogtreecommitdiff
path: root/gdk/gdktypes.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-05 15:44:00 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-10 01:09:14 +0100
commit815cd0ed687f581f8693ad0c24f14377c0bdeb74 (patch)
tree52bf025d9258635750f0398063886e8a18f0018c /gdk/gdktypes.h
parent8233cf36884cf07074f612300c1e014bf9057df2 (diff)
downloadgtk+-815cd0ed687f581f8693ad0c24f14377c0bdeb74.tar.gz
gdk: Include gio.h in gdktypes.h
It's where we include all our external dependencies. This way, we don't have to include it in all headers again and again.
Diffstat (limited to 'gdk/gdktypes.h')
-rw-r--r--gdk/gdktypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index c362634037..533bdface7 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -32,9 +32,10 @@
/* GDK uses "glib". (And so does GTK).
*/
#include <glib.h>
-#include <pango/pango.h>
#include <glib-object.h>
+#include <gio/gio.h>
#include <cairo.h>
+#include <pango/pango.h>
/* The system specific file gdkconfig.h contains such configuration
* settings that are needed not only when compiling GDK (or GTK)