summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_redraw.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-29 20:37:42 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-29 20:37:42 +0100
commite8d0ba15ad4a91b4644cac0095f40bb3246ec509 (patch)
tree933e479208aec34f88b483b7e63c057d350339a0 /content/handlers/html/html_redraw.c
parenta64261c3bdde79d11c86960181f7b8b5255539be (diff)
downloadnetsurf-e8d0ba15ad4a91b4644cac0095f40bb3246ec509.tar.gz
netsurf-e8d0ba15ad4a91b4644cac0095f40bb3246ec509.tar.bz2
split html box processing code
reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.
Diffstat (limited to 'content/handlers/html/html_redraw.c')
-rw-r--r--content/handlers/html/html_redraw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/handlers/html/html_redraw.c b/content/handlers/html/html_redraw.c
index a60f44e28..ee6fab275 100644
--- a/content/handlers/html/html_redraw.c
+++ b/content/handlers/html/html_redraw.c
@@ -54,6 +54,8 @@
#include "desktop/gui_internal.h"
#include "html/box.h"
+#include "html/box_inspect.h"
+#include "html/box_manipulate.h"
#include "html/font.h"
#include "html/form_internal.h"
#include "html/html_internal.h"