From a66575dfebd6460d5134c22543458030c7ae817d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 19 Feb 2011 22:17:54 +0000 Subject: Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716 --- framebuffer/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer/thumbnail.c') diff --git a/framebuffer/thumbnail.c b/framebuffer/thumbnail.c index 47340fd6c..50b9ba932 100644 --- a/framebuffer/thumbnail.c +++ b/framebuffer/thumbnail.c @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -#include "desktop/browser.h" +#include "desktop/thumbnail.h" #include "content/urldb.h" bool -- cgit v1.2.3