diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:49 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:49 +0800 |
commit | 1d6f965be0e3ea657b303534ce0011aff3da5278 (patch) | |
tree | 1b87932b03697303521d9dfb7bc5dd50378a09a1 /src/bookmarks/ephy-topic-action-group.h | |
parent | dd47d61fd8d05b07dd00d658d9fb58512baaf1fe (diff) | |
download | gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.gz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.bz2 gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.lz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.xz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.zst gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.zip |
Do not do single includes in src/bookmarks/, bug #536090
svn path=/branches/gnome-2-24/; revision=8355
Diffstat (limited to 'src/bookmarks/ephy-topic-action-group.h')
-rw-r--r-- | src/bookmarks/ephy-topic-action-group.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-topic-action-group.h b/src/bookmarks/ephy-topic-action-group.h index 1713e7749..c38948505 100644 --- a/src/bookmarks/ephy-topic-action-group.h +++ b/src/bookmarks/ephy-topic-action-group.h @@ -24,8 +24,7 @@ #include "ephy-link-action.h" #include "ephy-node.h" -#include <gtk/gtkactiongroup.h> -#include <gtk/gtkuimanager.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |