diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-27 20:35:54 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-06-27 20:36:42 +0800 |
commit | 1032b667190746b2a36bf87f61f12dca0c502850 (patch) | |
tree | 788803e93bf5be1255bd8c42f047e7d8b7720d37 | |
parent | ad84050917cba56bc5e5cb42f25ce7a2bc7fe419 (diff) | |
download | gsoc2013-epiphany-1032b667190746b2a36bf87f61f12dca0c502850.tar.gz gsoc2013-epiphany-1032b667190746b2a36bf87f61f12dca0c502850.tar.zst gsoc2013-epiphany-1032b667190746b2a36bf87f61f12dca0c502850.zip |
popup-commands: remove unneeded include
-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" |