summaryrefslogtreecommitdiff
path: root/frontends/cocoa/FormSelectMenu.m
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
commit66d0f14b32d11042872f6bfe33152521bf470e6a (patch)
tree3a2a1fa15387fea22edbf591c347b3dfd81d466e /frontends/cocoa/FormSelectMenu.m
parenta60c4749ff734168d773d1b527b83ce7ce6d83a1 (diff)
downloadnetsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.gz
netsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.bz2
move the public form API
Diffstat (limited to 'frontends/cocoa/FormSelectMenu.m')
-rw-r--r--frontends/cocoa/FormSelectMenu.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/FormSelectMenu.m b/frontends/cocoa/FormSelectMenu.m
index ab8add9cb..3ffd4cb48 100644
--- a/frontends/cocoa/FormSelectMenu.m
+++ b/frontends/cocoa/FormSelectMenu.m
@@ -21,7 +21,7 @@
#import "utils/utils.h"
#import "netsurf/browser_window.h"
-#import "render/form.h"
+#import "netsurf/form.h"
static inline NSRect cocoa_rect_for_control( struct browser_window *bw, struct form_control *control)
{