summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-02 20:47:53 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-02 20:47:53 +0100
commita706c69bf416beedc71e386fe344761d5d417cd1 (patch)
tree34cfb8ae96d964a0b62e95d3abcee0f0e2c22783 /desktop/textinput.c
parent19cd5cb3b3771592110b7400558727b71a005f63 (diff)
downloadnetsurf-a706c69bf416beedc71e386fe344761d5d417cd1.tar.gz
netsurf-a706c69bf416beedc71e386fe344761d5d417cd1.tar.bz2
improve html content handler private headers
Diffstat (limited to 'desktop/textinput.c')
-rw-r--r--desktop/textinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textinput.c b/desktop/textinput.c
index f8da3d86b..e19fb61d2 100644
--- a/desktop/textinput.c
+++ b/desktop/textinput.c
@@ -39,7 +39,7 @@
#include "netsurf/browser_window.h"
#include "netsurf/keypress.h"
#include "html/box.h"
-#include "html/html_internal.h"
+#include "html/private.h"
#include "html/layout.h"
#include "desktop/browser_private.h"