From eab53da088c16449243218a527ba142a9677d93d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 20 Apr 2015 22:03:43 +0100 Subject: Remove unecessary inclusion of the image bitmap header --- image/bmp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'image/bmp.h') 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 -#include "image/bitmap.h" - extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */ nserror nsbmp_init(void); -- cgit v1.2.3