Remove unecessary inclusion of the image bitmap header
This commit is contained in:
parent
1c9c303df8
commit
eab53da088
|
@ -35,7 +35,6 @@
|
|||
#include "desktop/plotters.h"
|
||||
#include "desktop/browser.h"
|
||||
#include "desktop/thumbnail.h"
|
||||
#include "image/bitmap.h"
|
||||
|
||||
#include "gtk/scaffolding.h"
|
||||
#include "gtk/plotters.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);
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "desktop/gui_misc.h"
|
||||
#include "desktop/gui_internal.h"
|
||||
|
||||
#include "image/bitmap.h"
|
||||
#include "image/image_cache.h"
|
||||
#include "image/image.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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue