remove unrequired includes from riscos thumbnail header

This commit is contained in:
Vincent Sanders 2015-04-19 17:05:21 +01:00
parent 2016628e8e
commit 1c3211c50f
2 changed files with 11 additions and 5 deletions

View File

@ -17,11 +17,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** \file
* Page thumbnail creation (interface).
/**
* \file
* Page thumbnail creation interface.
*/
#include "oslib/osspriteop.h"
#include "image/bitmap.h"
#ifndef _NETSURF_RISCOS_THUMBNAIL_H_
#define _NETSURF_RISCOS_THUMBNAIL_H_
osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);
struct osspriteop_area;
struct osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);
#endif

View File

@ -63,6 +63,7 @@
#include "desktop/thumbnail.h"
#include "desktop/tree.h"
#include "desktop/gui_window.h"
#include "image/bitmap.h"
#include "render/form.h"
#include "riscos/bitmap.h"