summaryrefslogtreecommitdiff
path: root/render
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 /render
parentf2c97c39200d0d167e17d41f703bb91732901302 (diff)
downloadnetsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.gz
netsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.bz2
Move schedule.h to utils/
svn path=/trunk/netsurf/; revision=12039
Diffstat (limited to 'render')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 07232fca5..55acab8ca 100644
--- a/render/html.c
+++ b/render/html.c
@@ -34,7 +34,6 @@
#include "desktop/browser.h"
#include "desktop/gui.h"
#include "desktop/options.h"
-#include "desktop/schedule.h"
#include "image/bitmap.h"
#include "render/box.h"
#include "render/favicon.h"
@@ -46,6 +45,7 @@
#include "utils/http.h"
#include "utils/log.h"
#include "utils/messages.h"
+#include "utils/schedule.h"
#include "utils/talloc.h"
#include "utils/url.h"
#include "utils/utils.h"