summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 10:57:22 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 10:57:22 +0100
commit903c4dbef9fae1e24a66a8ff7b745c799f6726cd (patch)
treec158e403ac0cd9c8ca79a3606baefdc2556be76b /desktop/gui_factory.c
parent2dab078f21db7dec5a29079daf9a5f0a06a6e0bd (diff)
downloadnetsurf-903c4dbef9fae1e24a66a8ff7b745c799f6726cd.tar.gz
netsurf-903c4dbef9fae1e24a66a8ff7b745c799f6726cd.tar.bz2
move search header into public API
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 07848ee02..0aba19751 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -34,7 +34,7 @@
#include "desktop/gui_fetch.h"
#include "desktop/gui_misc.h"
#include "desktop/gui_window.h"
-#include "desktop/gui_search.h"
+#include "netsurf/search.h"
#include "desktop/gui_clipboard.h"
#include "desktop/gui_utf8.h"
#include "desktop/gui_layout.h"