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, 1 insertions, 5 deletions
diff --git a/render/box.h b/render/box.h
index 5889645b2..7cde3728f 100644
--- a/render/box.h
+++ b/render/box.h
@@ -92,6 +92,7 @@
#include <libxml/HTMLparser.h>
#include "desktop/browser.h"
+#include "desktop/shape.h"
#include "css/css.h"
struct box;
@@ -110,11 +111,6 @@ typedef enum {
BOX_INLINE_END, BOX_NONE
} box_type;
-struct rect {
- int x0, y0;
- int x1, y1;
-};
-
/* Sides of a box */
enum box_side { TOP, RIGHT, BOTTOM, LEFT };