diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
commit | 282547494197ff2750eb98eb8c75f8f5ff7a196c (patch) | |
tree | 11bd33aa121a90f52ab1d293b7767f3d64898601 /lib/egg/eel-app-launch-context.h | |
parent | e8cd46c348bce4fb638c3e37008882443cb29533 (diff) | |
download | gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.gz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.zst gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.zip |
Do not do single includes in lib/egg/, bug #536090
svn path=/trunk/; revision=8271
Diffstat (limited to 'lib/egg/eel-app-launch-context.h')
-rw-r--r-- | lib/egg/eel-app-launch-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/eel-app-launch-context.h b/lib/egg/eel-app-launch-context.h index ace6925d3..25db482e3 100644 --- a/lib/egg/eel-app-launch-context.h +++ b/lib/egg/eel-app-launch-context.h @@ -27,7 +27,7 @@ #include <glib.h> #include <gio/gio.h> -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |