mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Move jpeglib.h include where it belongs. No need to include this in
rendutil.h.
This commit is contained in:
parent
628cef3d97
commit
dcb59350f3
@ -12,7 +12,7 @@
|
||||
#include "rendutil.h"
|
||||
#include "png.h"
|
||||
|
||||
|
||||
#include "libjpeg/jpeglib.h"
|
||||
|
||||
/***************************************************************************
|
||||
FUNCTION PROTOTYPES
|
||||
|
@ -11,7 +11,6 @@
|
||||
#define __RENDUTIL_H__
|
||||
|
||||
#include "render.h"
|
||||
#include "libjpeg/jpeglib.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user