summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_normalise.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-02 20:47:53 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-02 20:47:53 +0100
commita706c69bf416beedc71e386fe344761d5d417cd1 (patch)
tree34cfb8ae96d964a0b62e95d3abcee0f0e2c22783 /content/handlers/html/box_normalise.c
parent19cd5cb3b3771592110b7400558727b71a005f63 (diff)
downloadnetsurf-a706c69bf416beedc71e386fe344761d5d417cd1.tar.gz
netsurf-a706c69bf416beedc71e386fe344761d5d417cd1.tar.bz2
improve html content handler private headers
Diffstat (limited to 'content/handlers/html/box_normalise.c')
-rw-r--r--content/handlers/html/box_normalise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/box_normalise.c b/content/handlers/html/box_normalise.c
index fbdb6cd05..b7032da55 100644
--- a/content/handlers/html/box_normalise.c
+++ b/content/handlers/html/box_normalise.c
@@ -32,11 +32,11 @@
#include "utils/errors.h"
#include "css/select.h"
+#include "html/private.h"
+#include "html/table.h"
#include "html/box.h"
#include "html/box_manipulate.h"
#include "html/box_normalise.h"
-#include "html/html_internal.h"
-#include "html/table.h"
/* Define to enable box normalise debug */
#undef BOX_NORMALISE_DEBUG