diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-14 20:06:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-14 20:06:14 +0800 |
commit | 0e6cf976a163a6615afb95c4fd66c592dea118b8 (patch) | |
tree | a277b1bc004a43d6b01b7f845ff88c733e29a443 /embed/ephy-embed.c | |
parent | 116a7b1027be4bd1606331cca81f7d7475b45d98 (diff) | |
download | gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar.gz gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar.bz2 gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar.lz gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar.xz gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.tar.zst gsoc2013-epiphany-0e6cf976a163a6615afb95c4fd66c592dea118b8.zip |
ephy-embed: remove a few useless includes
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 0bb659b18..98da57156 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -29,21 +29,13 @@ #include "ephy-adblock-manager.h" #include "ephy-debug.h" #include "ephy-download.h" -#include "ephy-embed-event.h" #include "ephy-embed-prefs.h" -#include "ephy-embed-private.h" #include "ephy-embed-shell.h" -#include "ephy-embed-single.h" -#include "ephy-embed-utils.h" -#include "ephy-file-helpers.h" #include "ephy-prefs.h" -#include "ephy-request-about.h" #include "ephy-settings.h" -#include "ephy-string.h" #include "ephy-web-view.h" #include "nautilus-floating-bar.h" -#include <errno.h> #include <glib/gi18n.h> #include <string.h> #include <webkit/webkit.h> |