summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
commitcb283c516a0c727953d33d9d202f9666ac53b2f5 (patch)
tree5437e9fe4e9d08028b027f3e6abf7559bb1ecec6 /render/html_interaction.c
parent2979a19786ed8248b32a8b63e297fb2638744dc9 (diff)
downloadnetsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.gz
netsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.bz2
Don't build or include old render/textinput module.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index a685241bc..b66868257 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -42,7 +42,6 @@
#include "render/form.h"
#include "render/html_internal.h"
#include "render/imagemap.h"
-#include "render/textinput.h"
#include "javascript/js.h"
#include "utils/messages.h"
#include "utils/utils.h"