summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-11-21 14:39:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-11-21 14:39:12 +0000
commit60c33e041009b1c04ebf117ead7bd0702b848320 (patch)
treedb9bef504575c74f40ee4f204d5376c6a381428b /amiga
parent781fe8f330fdeb9f7f61160528f2ffcd853d0f99 (diff)
downloadnetsurf-60c33e041009b1c04ebf117ead7bd0702b848320.tar.gz
netsurf-60c33e041009b1c04ebf117ead7bd0702b848320.tar.bz2
Should be free of reliance on browser window internals here now.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/context_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index f2617f19f..682df2134 100644
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -32,7 +32,7 @@
#include "utils/utils.h"
#include "render/form.h"
#include "desktop/browser_history.h"
-#include "desktop/browser_private.h"
+#include "desktop/browser.h"
#include "desktop/hotlist.h"
#include "desktop/searchweb.h"
#include "desktop/textinput.h"