From 7a6faf41994e1bd9a31112e7349221331e3fdc05 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Oct 2014 09:27:58 +0100 Subject: reduce uncesessary inclusion of browser.h and browser_private.h --- monkey/thumbnail.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'monkey/thumbnail.c') diff --git a/monkey/thumbnail.c b/monkey/thumbnail.c index bc78aca2d..61f5ee611 100644 --- a/monkey/thumbnail.c +++ b/monkey/thumbnail.c @@ -16,8 +16,12 @@ * along with this program. If not, see . */ -#include "monkey/browser.h" +#include + #include "desktop/thumbnail.h" +#include "content/hlcache.h" + +#include "monkey/browser.h" bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, nsurl *url) -- cgit v1.2.3