summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_object.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2018-05-11 13:15:17 +0100
committerVincent Sanders <vince@kyllikki.org>2018-05-11 13:18:54 +0100
commit216fb88f58227f94e87d9e9926b599161a8e65bb (patch)
tree67f7dd0a4ecaf28a7a37552c5c81193b7ba9a5bf /content/handlers/html/html_object.c
parentdc9e7c989f1a259a8fee9a6e1a4c6be6186f7c31 (diff)
downloadnetsurf-216fb88f58227f94e87d9e9926b599161a8e65bb.tar.gz
netsurf-216fb88f58227f94e87d9e9926b599161a8e65bb.tar.bz2
clean up html content handler header use
Improve header use in preperation for making browser window a corewindow
Diffstat (limited to 'content/handlers/html/html_object.c')
-rw-r--r--content/handlers/html/html_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/html_object.c b/content/handlers/html/html_object.c
index c8715e3fb..7eab46647 100644
--- a/content/handlers/html/html_object.c
+++ b/content/handlers/html/html_object.c
@@ -40,6 +40,7 @@
#include "desktop/scrollbar.h"
#include "desktop/gui_internal.h"
+#include "html/html.h"
#include "html/box.h"
#include "html/html_internal.h"