aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-search-entry.c5
1 files changed, 3 insertions, 2 deletions
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"