summaryrefslogtreecommitdiff
path: root/atari/schedule.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 18:26:46 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 18:26:46 +0000
commit93e9bfe3232fbcb3531acf07a870ed404c526f27 (patch)
tree7835b3cc4ac66d21fc64460c5f11f6e62760a042 /atari/schedule.c
parentc615507e150592895980608d00601beed16d28b9 (diff)
downloadnetsurf-93e9bfe3232fbcb3531acf07a870ed404c526f27.tar.gz
netsurf-93e9bfe3232fbcb3531acf07a870ed404c526f27.tar.bz2
Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlcache/llcache to using schedule to get their cleanups run.
svn path=/trunk/netsurf/; revision=12029
Diffstat (limited to 'atari/schedule.c')
-rwxr-xr-xatari/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/schedule.c b/atari/schedule.c
index e72e1bcbe..3556de768 100755
--- a/atari/schedule.c
+++ b/atari/schedule.c
@@ -19,7 +19,7 @@
#include <sys/time.h>
#include <time.h>
-#include "desktop/browser.h"
+#include "desktop/schedule.h"
#include "atari/schedule.h"
#include "utils/log.h"