summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:58:10 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:58:10 +0100
commitef363460f165c26cc9f18c85c13f911999dc91cb (patch)
tree1b2f340ade5173207bfe064fd59470503e6e97e8
parent2cb4a11d1d6b5bf561000742312f493a5edb9aa4 (diff)
downloadnetsurf-ef363460f165c26cc9f18c85c13f911999dc91cb.tar.gz
netsurf-ef363460f165c26cc9f18c85c13f911999dc91cb.tar.bz2
Remove another unused inuclude of render/textplain.h.
-rw-r--r--gtk/dialogs/source.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/dialogs/source.c b/gtk/dialogs/source.c
index 9f9fa22db..c50679066 100644
--- a/gtk/dialogs/source.c
+++ b/gtk/dialogs/source.c
@@ -42,7 +42,6 @@
#include "render/font.h"
#include "content/content.h"
#include "content/content_type.h"
-#include "render/textplain.h"
#include "utils/log.h"