summaryrefslogtreecommitdiff
path: root/image/image_cache.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-20 22:03:43 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-20 22:03:43 +0100
commiteab53da088c16449243218a527ba142a9677d93d (patch)
treeeb0b8c45d933c62127ece1824cdbda6cde64d696 /image/image_cache.h
parent1c9c303df886c073970982b78b2308f180f9cb9d (diff)
downloadnetsurf-eab53da088c16449243218a527ba142a9677d93d.tar.gz
netsurf-eab53da088c16449243218a527ba142a9677d93d.tar.bz2
Remove unecessary inclusion of the image bitmap header
Diffstat (limited to 'image/image_cache.h')
-rw-r--r--image/image_cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/image_cache.h b/image/image_cache.h
index eb7a04fa3..2f1a5caee 100644
--- a/image/image_cache.h
+++ b/image/image_cache.h
@@ -38,10 +38,9 @@
#define NETSURF_IMAGE_IMAGE_CACHE_H_
#include "utils/errors.h"
-#include "desktop/plotters.h"
-#include "image/bitmap.h"
struct content_redraw_data;
+struct redraw_context;
typedef struct bitmap * (image_cache_convert_fn) (struct content *content);