summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-04-12 09:47:41 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-04-14 11:27:42 +0100
commit38d0a299dfb823022be816e9bf65bc98661a84ce (patch)
tree73a69589b2d8aca7b9e1a9b854e8ec7dd801d58e /gtk
parent526488d2f39fbcd8102581e607fd0a78ae23b6d3 (diff)
downloadnetsurf-38d0a299dfb823022be816e9bf65bc98661a84ce.tar.gz
netsurf-38d0a299dfb823022be816e9bf65bc98661a84ce.tar.bz2
remove unecissary glib internationalisation include
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 592a2b65d..59847214b 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -37,7 +37,6 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include <glib.h>
-#include <glib/gi18n.h>
#include "content/content.h"
#include "content/fetch.h"