diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:52:23 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:52:23 +0800 |
commit | 9c4b573fa79495d2b577e2a5776c7e5783004e2e (patch) | |
tree | 4e69e62e68c5e9b280357cba142db7be00823efb /lib | |
parent | de2dfe657480fa496dc64f74e513b5a29258e71c (diff) | |
download | gsoc2013-epiphany-9c4b573fa79495d2b577e2a5776c7e5783004e2e.tar.gz gsoc2013-epiphany-9c4b573fa79495d2b577e2a5776c7e5783004e2e.tar.zst gsoc2013-epiphany-9c4b573fa79495d2b577e2a5776c7e5783004e2e.zip |
Remove useless ephy-node #include
svn path=/trunk/; revision=8550
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index 3c558dfa5..adb914f11 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -27,8 +27,6 @@ #ifndef EPHY_LOCATION_ENTRY_H #define EPHY_LOCATION_ENTRY_H -#include "ephy-node.h" - #include <gtk/gtk.h> G_BEGIN_DECLS |