summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
commit68078d7ea7bfe19320404b98cbdfc8f4585d6824 (patch)
tree9e9dac99ede73ddd8263c238f19ebbb311a9a546 /riscos
parent01159ff5896f9ac2410832c1516bbbd5ff57ae0d (diff)
downloadnetsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.gz
netsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.bz2
Fix up for cookies_old rename.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/cookies.c2
-rw-r--r--riscos/gui.c2
-rw-r--r--riscos/menus.c2
-rw-r--r--riscos/window.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/riscos/cookies.c b/riscos/cookies.c
index 8fb45947f..14a1d03a1 100644
--- a/riscos/cookies.c
+++ b/riscos/cookies.c
@@ -30,7 +30,7 @@
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
#include "content/urldb.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/tree.h"
#include "riscos/cookies.h"
#include "riscos/dialog.h"
diff --git a/riscos/gui.c b/riscos/gui.c
index e409fbb3e..81b8a6309 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -55,7 +55,7 @@
#include "content/hlcache.h"
#include "content/urldb.h"
#include "content/fetchers/resource.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/gui.h"
#include "desktop/history_global_core.h"
#include "desktop/hotlist.h"
diff --git a/riscos/menus.c b/riscos/menus.c
index 337ca4810..bf9fa84a2 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -34,7 +34,7 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "content/urldb.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/browser.h"
#include "desktop/gui.h"
#include "desktop/history_global_core.h"
diff --git a/riscos/window.c b/riscos/window.c
index 8e0f0a018..cbb31cf63 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -46,7 +46,7 @@
#include "content/urldb.h"
#include "css/css.h"
#include "desktop/browser_private.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/scrollbar.h"
#include "desktop/frames.h"
#include "desktop/local_history.h"