Remove bogus dependencies on box.h

svn path=/trunk/netsurf/; revision=13607
This commit is contained in:
John Mark Bell 2012-03-24 17:42:29 +00:00
parent 07d445a5ca
commit 72baec3aec
2 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#define _NETSURF_DESKTOP_SELECTION_H_
#include "desktop/browser.h"
#include "render/box.h"
struct box;
typedef enum {
DRAG_NONE,

View File

@ -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"