RISC OS: Include core bitmap header from RO bitmap header.
Squash warnings about enum declared inside parameter list.
This commit is contained in:
parent
9892eefd0a
commit
7f6a00ad2b
|
@ -44,7 +44,6 @@
|
|||
#include "utils/log.h"
|
||||
#include "utils/messages.h"
|
||||
#include "netsurf/plotters.h"
|
||||
#include "netsurf/bitmap.h"
|
||||
#include "netsurf/content.h"
|
||||
|
||||
#include "riscos/gui.h"
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#ifndef _NETSURF_RISCOS_BITMAP_H_
|
||||
#define _NETSURF_RISCOS_BITMAP_H_
|
||||
|
||||
#include "netsurf/bitmap.h"
|
||||
|
||||
struct osspriteop_area;
|
||||
struct osspriteop_header;
|
||||
struct hlcache_handle;
|
||||
|
|
Loading…
Reference in New Issue