From 72baec3aece90a1ced04188c3a4c9a659e30f9ea Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 24 Mar 2012 17:42:29 +0000 Subject: Remove bogus dependencies on box.h svn path=/trunk/netsurf/; revision=13607 --- desktop/selection.h | 2 +- render/textplain.c | 1 - 2 files changed, 1 insertion(+), 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" -- cgit v1.2.3