From 408f78b73793fd8ee3a9bff25afaf55b3b25a495 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 13 Mar 2011 22:50:54 +0000 Subject: Move schedule.h to utils/ svn path=/trunk/netsurf/; revision=12039 --- image/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index 1863a2fef..e449db345 100644 --- a/image/gif.c +++ b/image/gif.c @@ -38,13 +38,13 @@ #include #include "utils/config.h" #include "content/content_protected.h" -#include "desktop/schedule.h" #include "desktop/options.h" #include "desktop/plotters.h" #include "image/bitmap.h" #include "image/gif.h" #include "utils/log.h" #include "utils/messages.h" +#include "utils/schedule.h" #include "utils/utils.h" static void nsgif_invalidate(void *bitmap, void *private_word); -- cgit v1.2.3