summaryrefslogtreecommitdiff
path: root/render/layout.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/layout.c
parentc25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (diff)
downloadnetsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.gz
netsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.bz2
move the CSS content handler
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/render/layout.c b/render/layout.c
index e80ec994a..a7f2e8db5 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -46,10 +46,9 @@
#include "utils/log.h"
#include "utils/talloc.h"
#include "utils/utils.h"
-#include "css/css.h"
-#include "css/utils.h"
-#include "content/content_protected.h"
#include "utils/nsoption.h"
+#include "content/content_protected.h"
+#include "content/handlers/css/utils.h"
#include "desktop/browser.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"