summaryrefslogtreecommitdiff
path: root/image/bmp.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/bmp.h
parent1c9c303df886c073970982b78b2308f180f9cb9d (diff)
downloadnetsurf-eab53da088c16449243218a527ba142a9677d93d.tar.gz
netsurf-eab53da088c16449243218a527ba142a9677d93d.tar.bz2
Remove unecessary inclusion of the image bitmap header
Diffstat (limited to 'image/bmp.h')
-rw-r--r--image/bmp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/image/bmp.h b/image/bmp.h
index 9c016ecdf..f3b398584 100644
--- a/image/bmp.h
+++ b/image/bmp.h
@@ -26,8 +26,6 @@
#include <libnsbmp.h>
-#include "image/bitmap.h"
-
extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */
nserror nsbmp_init(void);