summaryrefslogtreecommitdiff
path: root/frontends/gtk/search.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 16:10:47 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 16:10:47 +0100
commit0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a (patch)
tree281d5a2459a7916e4fa440365b42af027c69a548 /frontends/gtk/search.c
parent9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7 (diff)
downloadnetsurf-0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a.tar.gz
netsurf-0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a.tar.bz2
reduce unecessary usage of content headers
Diffstat (limited to 'frontends/gtk/search.c')
-rw-r--r--frontends/gtk/search.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/gtk/search.c b/frontends/gtk/search.c
index 2c73814e3..298309679 100644
--- a/frontends/gtk/search.c
+++ b/frontends/gtk/search.c
@@ -28,12 +28,11 @@
#include "utils/config.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "content/content.h"
-#include "content/hlcache.h"
+#include "utils/nsurl.h"
+#include "netsurf/search.h"
#include "netsurf/browser_window.h"
#include "desktop/search.h"
#include "desktop/searchweb.h"
-#include "netsurf/search.h"
#include "gtk/warn.h"
#include "gtk/compat.h"