aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-glade.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-22 03:58:05 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-22 03:58:05 +0800
commit2c478169f64368f7806f207cb9c8acefe625528f (patch)
tree5859d460a58327ba55d482baaa3c68c75fc0fc38 /lib/ephy-glade.h
parent9769c362388c9bbd6ea9fdcce1307cfca244968d (diff)
downloadgsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar.gz
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar.bz2
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar.lz
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar.xz
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.tar.zst
gsoc2013-epiphany-2c478169f64368f7806f207cb9c8acefe625528f.zip
Removed an unused #include.
2004-02-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.h: * lib/ephy-glade.c: Removed an unused #include.
Diffstat (limited to 'lib/ephy-glade.h')
-rw-r--r--lib/ephy-glade.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-glade.h b/lib/ephy-glade.h
index 0295fd00a..324fe315e 100644
--- a/lib/ephy-glade.h
+++ b/lib/ephy-glade.h
@@ -25,14 +25,14 @@
#include <gtk/gtk.h>
#include <glade/glade-xml.h>
+G_BEGIN_DECLS
+
typedef struct
{
const gchar *name;
GtkWidget **ptr;
} WidgetLookup;
-G_BEGIN_DECLS
-
GladeXML *ephy_glade_widget_new (const char *file,
const char *widget_name,
GtkWidget **root,