summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/html.h b/render/html.h
index a9fa574d1..ca5b6b983 100644
--- a/render/html.h
+++ b/render/html.h
@@ -15,9 +15,9 @@
#define _NETSURF_RENDER_HTML_H_
#include <stdbool.h>
-#include "libxml/HTMLparser.h"
-#include "netsurf/content/content_type.h"
-#include "netsurf/css/css.h"
+#include <libxml/HTMLparser.h>
+#include "content/content_type.h"
+#include "css/css.h"
struct box;
struct rect;