Remove bogus dependencies on box.h
svn path=/trunk/netsurf/; revision=13607
This commit is contained in:
parent
07d445a5ca
commit
72baec3aec
|
@ -24,8 +24,8 @@
|
|||
#define _NETSURF_DESKTOP_SELECTION_H_
|
||||
|
||||
#include "desktop/browser.h"
|
||||
#include "render/box.h"
|
||||
|
||||
struct box;
|
||||
|
||||
typedef enum {
|
||||
DRAG_NONE,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue