summaryrefslogtreecommitdiff
path: root/gtk/completion.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-02 13:30:35 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-02 16:09:28 +0100
commit4bf89b5948ca15a123086409db894a81365cf3c8 (patch)
tree479c70eb3c4a38f04a4b00beae738b85a9c107b3 /gtk/completion.c
parentd8d0ad3b49147bfc76b754507dd846c5904bbbc2 (diff)
downloadnetsurf-4bf89b5948ca15a123086409db894a81365cf3c8.tar.gz
netsurf-4bf89b5948ca15a123086409db894a81365cf3c8.tar.bz2
remove unecessary utils includes from gtk frontend
Diffstat (limited to 'gtk/completion.c')
-rw-r--r--gtk/completion.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/completion.c b/gtk/completion.c
index 76880dad9..6dde728b3 100644
--- a/gtk/completion.c
+++ b/gtk/completion.c
@@ -23,11 +23,10 @@
#include <gtk/gtk.h>
-#include "content/urldb.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/utils.h"
#include "utils/nsoption.h"
+#include "content/urldb.h"
#include "desktop/searchweb.h"
#include "desktop/browser.h"