diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.c | 1 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.c | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index e569805b7..0d61f5bfc 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -29,7 +29,6 @@ #include <glib.h> #include <glib/gi18n.h> #include <libgnome/gnome-init.h> -#include <libgnome/gnome-exec.h> #include "ephy-file-helpers.h" diff --git a/lib/widgets/ephy-search-entry.c b/lib/widgets/ephy-search-entry.c index 1e8a9e096..e6fa93a92 100644 --- a/lib/widgets/ephy-search-entry.c +++ b/lib/widgets/ephy-search-entry.c @@ -18,9 +18,10 @@ * $Id$ */ -#include <gtk/gtklabel.h> #include <config.h> -#include <libgnome/gnome-i18n.h> + +#include <gtk/gtklabel.h> +#include <glib/gi18n.h> #include <string.h> #include "ephy-search-entry.h" |