summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
commitb57c2e0beeeb846cf6ca312899fcb4206669ca72 (patch)
treea43ddcd58451ddcfa59ee707df10500440bac4f7 /render
parent25e7c86fb7d4867be59ab2659960f2d25dd6aca5 (diff)
downloadnetsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.gz
netsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.bz2
Move rectangle type to utils/types.h
svn path=/trunk/netsurf/; revision=12525
Diffstat (limited to 'render')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index 9c8161373..28dd007da 100644
--- a/render/box.h
+++ b/render/box.h
@@ -92,8 +92,8 @@
#include <libxml/HTMLparser.h>
#include "desktop/browser.h"
-#include "desktop/shape.h"
#include "css/css.h"
+#include "utils/types.h"
struct box;
struct column;