From 7e7b70e1713590f39b0d3891bcdef6584901b2ab Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 28 Dec 2003 01:00:58 +0000 Subject: [project @ 2003-12-28 01:00:58 by jmb] Fixup missing #include svn path=/import/netsurf/; revision=462 --- desktop/netsurf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 607f931a8..e64ac14bf 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -8,12 +8,13 @@ #include #include +#include "netsurf/content/cache.h" +#include "netsurf/content/fetch.h" +#include "netsurf/content/fetchcache.h" #include "netsurf/desktop/options.h" #include "netsurf/desktop/netsurf.h" #include "netsurf/desktop/browser.h" #include "netsurf/desktop/gui.h" -#include "netsurf/content/cache.h" -#include "netsurf/content/fetch.h" #include "netsurf/utils/log.h" bool netsurf_quit = false; -- cgit v1.2.3