summaryrefslogtreecommitdiff
path: root/riscos/schedule.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 22:50:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 22:50:54 +0000
commit408f78b73793fd8ee3a9bff25afaf55b3b25a495 (patch)
treed4a01f220bb0015c1d931f12f0d281db209f7ead /riscos/schedule.c
parentf2c97c39200d0d167e17d41f703bb91732901302 (diff)
downloadnetsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.gz
netsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.bz2
Move schedule.h to utils/
svn path=/trunk/netsurf/; revision=12039
Diffstat (limited to 'riscos/schedule.c')
-rw-r--r--riscos/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/schedule.c b/riscos/schedule.c
index fb8dce03a..257f2e72f 100644
--- a/riscos/schedule.c
+++ b/riscos/schedule.c
@@ -27,7 +27,7 @@
#include "oslib/os.h"
#include "riscos/gui.h"
#include "utils/log.h"
-#include "desktop/schedule.h"
+#include "utils/schedule.h"
/** Entry in the queue of scheduled callbacks. */