diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-08 21:29:50 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-08 21:29:50 +0800 |
commit | a786a06a292ac82127d6fa4cfa0d75de9fa9ee10 (patch) | |
tree | 1af5016239bb1a8fd2b010351520b59ed70caaa5 | |
parent | 4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896 (diff) | |
download | gsoc2013-epiphany-a786a06a292ac82127d6fa4cfa0d75de9fa9ee10.tar.gz gsoc2013-epiphany-a786a06a292ac82127d6fa4cfa0d75de9fa9ee10.tar.zst gsoc2013-epiphany-a786a06a292ac82127d6fa4cfa0d75de9fa9ee10.zip |
embed-shell: drop a couple of unneeded includes
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 4e957a7b4..9069f4cc8 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -33,9 +33,7 @@ #include "ephy-history-service.h" #include "ephy-snapshot-service.h" -#include <glib.h> #include <glib/gi18n.h> -#include <glib/gstdio.h> #include <gtk/gtk.h> #include <stdlib.h> |