diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-08 05:37:53 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-08 05:37:53 +0800 |
commit | 983ce8ba32b59167d9436200696e1fd12a2d780c (patch) | |
tree | 9188f31099c414330d9a75c21efcfb784c90ab13 | |
parent | dfb243b5951298d745bb1b670205f8d9a186758d (diff) | |
download | gsoc2013-epiphany-983ce8ba32b59167d9436200696e1fd12a2d780c.tar.gz gsoc2013-epiphany-983ce8ba32b59167d9436200696e1fd12a2d780c.tar.zst gsoc2013-epiphany-983ce8ba32b59167d9436200696e1fd12a2d780c.zip |
ephy-bookmarks: remove useless include
-rw-r--r-- | src/bookmarks/ephy-bookmarks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks.h b/src/bookmarks/ephy-bookmarks.h index a80e51390..44bde765e 100644 --- a/src/bookmarks/ephy-bookmarks.h +++ b/src/bookmarks/ephy-bookmarks.h @@ -26,7 +26,6 @@ #define EPHY_BOOKMARKS_H #include <glib-object.h> -#include <gtk/gtk.h> #include "ephy-node.h" |