aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-08-12 13:05:49 +0800
committerXan Lopez <xan@gnome.org>2009-08-12 13:08:44 +0800
commit3f94b8fa88e8034c02bd1c7fa41755d6951d978e (patch)
treec2072bf2a05530641e7dc3ed9c54e035ab649e98 /embed
parent409e5e56f91eec5c4dcae54031b5775938570ef1 (diff)
downloadgsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.gz
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.bz2
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.lz
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.xz
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.zst
gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.zip
Remove ephy-glib-compat.h, since we depend on a newer glib now
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-favicon-cache.c1
-rw-r--r--embed/ephy-history.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index f70a7d386..6032827f3 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -34,7 +34,6 @@
#include "ephy-node-common.h"
#include "ephy-node.h"
#include "ephy-debug.h"
-#include "ephy-glib-compat.h"
#include <glib.h>
#include <glib/gstdio.h>
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index 509afb0af..127420a48 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -28,7 +28,6 @@
#include "ephy-node-common.h"
#include "eel-gconf-extensions.h"
#include "ephy-prefs.h"
-#include "ephy-glib-compat.h"
#include "ephy-string.h"
#include <time.h>