diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-05 15:44:00 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-10 01:09:14 +0100 |
commit | 815cd0ed687f581f8693ad0c24f14377c0bdeb74 (patch) | |
tree | 52bf025d9258635750f0398063886e8a18f0018c /gdk/gdkapplaunchcontextprivate.h | |
parent | 8233cf36884cf07074f612300c1e014bf9057df2 (diff) | |
download | gtk+-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/gdkapplaunchcontextprivate.h')
-rw-r--r-- | gdk/gdkapplaunchcontextprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkapplaunchcontextprivate.h b/gdk/gdkapplaunchcontextprivate.h index bfb392598a..9a2bb7199b 100644 --- a/gdk/gdkapplaunchcontextprivate.h +++ b/gdk/gdkapplaunchcontextprivate.h @@ -18,7 +18,6 @@ #ifndef __GDK_APP_LAUNCH_CONTEXT_PRIVATE_H__ #define __GDK_APP_LAUNCH_CONTEXT_PRIVATE_H__ -#include <gio/gio.h> #include "gdkapplaunchcontext.h" #include "gdktypes.h" |