diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index db6f885d2..898f7034c 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "ephy-types.h" #include "ephy-history.h" #include "ephy-file-helpers.h" #include "ephy-autocompletion-source.h" @@ -57,12 +58,6 @@ enum LAST_SIGNAL }; -enum -{ - HOSTS_NODE_ID = 5, - PAGES_NODE_ID = 6 -}; - static void ephy_history_class_init (EphyHistoryClass *klass); static void |