summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/render/box.h b/render/box.h
index c49c123ed..f92a339ad 100644
--- a/render/box.h
+++ b/render/box.h
@@ -76,15 +76,13 @@
#include <limits.h>
#include <stdbool.h>
#include "libxml/HTMLparser.h"
-#include "netsurf/utils/config.h"
-#include "netsurf/content/content_type.h"
-#include "netsurf/css/css.h"
-#include "netsurf/render/font.h"
#include "netsurf/utils/pool.h"
struct box;
struct column;
+struct css_style;
+struct font_data;
/** Type of a struct box. */