diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-27 20:35:54 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-08-31 04:32:59 +0800 |
commit | 8c2b91f910b3a68909654eb88e44ef83b7c68031 (patch) | |
tree | 03480bc166e5f05e4882989e55a4f58dd93c9e6c /src/popup-commands.c | |
parent | 5eee40749fb1738bcd2ada840f039ff4bd3bc8ab (diff) | |
download | gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar.gz gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar.bz2 gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar.lz gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar.xz gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.tar.zst gsoc2013-epiphany-8c2b91f910b3a68909654eb88e44ef83b7c68031.zip |
popup-commands: remove unneeded include
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index c620d08df..c90dcf0fc 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -26,7 +26,6 @@ #include "ephy-embed-persist.h" #include "ephy-embed-utils.h" #include "ephy-prefs.h" -#include "eel-gconf-extensions.h" #include "ephy-file-helpers.h" #include "ephy-bookmarks-ui.h" #include "ephy-web-view.h" |