summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/selection.h2
-rw-r--r--render/textplain.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index b4e4b31e9..69d145c1d 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -24,8 +24,8 @@
#define _NETSURF_DESKTOP_SELECTION_H_
#include "desktop/browser.h"
-#include "render/box.h"
+struct box;
typedef enum {
DRAG_NONE,
diff --git a/render/textplain.c b/render/textplain.c
index f397689ee..d59771045 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -40,7 +40,6 @@
#include "desktop/plotters.h"
#include "desktop/search.h"
#include "desktop/selection.h"
-#include "render/box.h"
#include "render/font.h"
#include "render/search.h"
#include "render/textplain.h"