diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:26 +0800 |
commit | e8cd46c348bce4fb638c3e37008882443cb29533 (patch) | |
tree | e9c392574623158474d39db2ce14901e0e9b7036 /src/bookmarks/ephy-topic-factory-action.h | |
parent | a0656f1db8e8e4a67187f875090fd05b081575f3 (diff) | |
download | gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.gz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.bz2 gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.lz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.xz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.zst gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.zip |
Do not do single includes in src/bookmarks/, bug #536090
svn path=/trunk/; revision=8270
Diffstat (limited to 'src/bookmarks/ephy-topic-factory-action.h')
-rw-r--r-- | src/bookmarks/ephy-topic-factory-action.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-topic-factory-action.h b/src/bookmarks/ephy-topic-factory-action.h index 213bd906d..c490bd5d0 100644 --- a/src/bookmarks/ephy-topic-factory-action.h +++ b/src/bookmarks/ephy-topic-factory-action.h @@ -29,8 +29,6 @@ #include "ephy-window.h" #include <gtk/gtk.h> -#include <gtk/gtkaction.h> -#include <gtk/gtkactiongroup.h> #define EPHY_TYPE_TOPIC_FACTORY_ACTION (ephy_topic_factory_action_get_type ()) #define EPHY_TOPIC_FACTORY_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_TOPIC_FACTORY_ACTION, EphyTopicFactoryAction)) |