summaryrefslogtreecommitdiff
path: root/render/form_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form_internal.h')
-rw-r--r--render/form_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/form_internal.h b/render/form_internal.h
index ea46b6a78..0ffb6b46c 100644
--- a/render/form_internal.h
+++ b/render/form_internal.h
@@ -24,10 +24,10 @@
#ifndef _NETSURF_RENDER_FORM_INTERNAL_H_
#define _NETSURF_RENDER_FORM_INTERNAL_H_
-#include "render/form.h"
-
#include <stdbool.h>
+#include "netsurf/form.h"
+
struct box;
struct form_control;
struct form_option;