summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
commit6722943b81c0dba84ed187b2d117cc92972117ed (patch)
tree5de3de53a92696c9a4b9edcfd54e7f608ad2fb04 /render/box_normalise.c
parentc25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (diff)
downloadnetsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.gz
netsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.bz2
move the CSS content handler
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index 1010c408b..76767a2a9 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -26,12 +26,14 @@
#include <assert.h>
#include <stdbool.h>
#include <string.h>
-#include "css/css.h"
-#include "css/select.h"
+
+#include "utils/log.h"
+#include "utils/errors.h"
+#include "content/handlers/css/select.h"
+
#include "render/box.h"
#include "render/html_internal.h"
#include "render/table.h"
-#include "utils/log.h"
/* Define to enable box normalise debug */
#undef BOX_NORMALISE_DEBUG