summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-11-12 18:34:39 +0000
committerVincent Sanders <vince@kyllikki.org>2019-11-12 21:54:35 +0000
commitb9bc34b8753d2b67f049ea1773dc0004a2d93eb9 (patch)
tree087f5409aa3ada508b44743096bd90e67a1b1a25 /content/handlers/html/box.c
parent82d4a2265b3e6b52995ab42ac162b0fee7d9e910 (diff)
downloadnetsurf-b9bc34b8753d2b67f049ea1773dc0004a2d93eb9.tar.gz
netsurf-b9bc34b8753d2b67f049ea1773dc0004a2d93eb9.tar.bz2
split out html interaction header elements and rename source
Diffstat (limited to 'content/handlers/html/box.c')
-rw-r--r--content/handlers/html/box.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/handlers/html/box.c b/content/handlers/html/box.c
index 475e86b47..94c74877f 100644
--- a/content/handlers/html/box.c
+++ b/content/handlers/html/box.c
@@ -33,6 +33,7 @@
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/talloc.h"
+#include "utils/nsurl.h"
#include "netsurf/misc.h"
#include "netsurf/content.h"
#include "netsurf/mouse.h"
@@ -40,10 +41,12 @@
#include "css/dump.h"
#include "desktop/scrollbar.h"
#include "desktop/gui_internal.h"
+#include "desktop/search.h"
#include "html/box.h"
#include "html/form_internal.h"
#include "html/html_internal.h"
+#include "html/interaction.h"
#define box_is_float(box) (box->type == BOX_FLOAT_LEFT || \
box->type == BOX_FLOAT_RIGHT)