summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-03-24 17:42:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-03-24 17:42:29 +0000
commit72baec3aece90a1ced04188c3a4c9a659e30f9ea (patch)
tree1b3516914992d6f60f8d64e035178a6877dd65ca /render/textplain.c
parent07d445a5ca3201314b47fe46fd24629701c28670 (diff)
downloadnetsurf-72baec3aece90a1ced04188c3a4c9a659e30f9ea.tar.gz
netsurf-72baec3aece90a1ced04188c3a4c9a659e30f9ea.tar.bz2
Remove bogus dependencies on box.h
svn path=/trunk/netsurf/; revision=13607
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c1
1 files changed, 0 insertions, 1 deletions
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"