diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-06 21:28:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-06 21:28:29 +0800 |
commit | b5cccc233a850c2bb04080f2d7576729309e8576 (patch) | |
tree | 267b3c771050732b0e0e674e9573b538a3c99faf /embed | |
parent | 09e63b1fb943bec4ca34f66b5bd3faae6f6f9d11 (diff) | |
download | gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar.gz gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar.bz2 gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar.lz gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar.xz gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.tar.zst gsoc2013-epiphany-b5cccc233a850c2bb04080f2d7576729309e8576.zip |
Remove unnecessary include.
2004-10-06 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.h:
Remove unnecessary include.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 56c6b8a63..2ebc3b69a 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -22,7 +22,6 @@ #define EPHY_EMBED_H #include "ephy-embed-event.h" -#include "ephy-encodings.h" #include <glib-object.h> #include <glib.h> |