summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/selection.c2
-rw-r--r--desktop/textinput.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index 6c8f5d798..17ccb455e 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -34,7 +34,7 @@
#include "netsurf/form.h"
#include "html/box.h"
#include "html/box_inspect.h"
-#include "html/html_internal.h"
+#include "html/private.h"
#include "html/font.h"
#include "text/textplain.h"
#include "netsurf/browser_window.h"
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"