diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:32:04 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:32:04 +0800 |
commit | 451b9fdc05fa901b8aec591acf435f848c8b2a13 (patch) | |
tree | a20ceb3d196cb62abc702e68fb68c4f1c6fbcf37 /embed | |
parent | e7fa362332fd9dae8ade423e12c24bb3ab1d3ac6 (diff) | |
download | gsoc2013-epiphany-451b9fdc05fa901b8aec591acf435f848c8b2a13.tar.gz gsoc2013-epiphany-451b9fdc05fa901b8aec591acf435f848c8b2a13.tar.zst gsoc2013-epiphany-451b9fdc05fa901b8aec591acf435f848c8b2a13.zip |
ephy-web-app-utils: adjust includes to styleguide
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-web-app-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c index 8a427c0ef..0b95bca09 100644 --- a/embed/ephy-web-app-utils.c +++ b/embed/ephy-web-app-utils.c @@ -20,13 +20,11 @@ */ #include "config.h" - #include "ephy-web-app-utils.h" #include "ephy-debug.h" #include "ephy-file-helpers.h" #include "ephy-web-view.h" - #include <glib/gstdio.h> #include <libsoup/soup-gnome.h> |