diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-12 13:05:49 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-12 13:08:44 +0800 |
commit | 3f94b8fa88e8034c02bd1c7fa41755d6951d978e (patch) | |
tree | c2072bf2a05530641e7dc3ed9c54e035ab649e98 /src/ephy-session.c | |
parent | 409e5e56f91eec5c4dcae54031b5775938570ef1 (diff) | |
download | gsoc2013-epiphany-3f94b8fa88e8034c02bd1c7fa41755d6951d978e.tar.gz 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 'src/ephy-session.c')
-rw-r--r-- | src/ephy-session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index 1a71e61b8..a07c9d2ab 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -33,7 +33,6 @@ #include "ephy-extension.h" #include "ephy-file-helpers.h" #include "eel-gconf-extensions.h" -#include "ephy-glib-compat.h" #include "ephy-gui.h" #include "ephy-history-window.h" #include "ephy-notebook.h" |