mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +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 "rendutil.h"
|
||||||
#include "png.h"
|
#include "png.h"
|
||||||
|
|
||||||
|
#include "libjpeg/jpeglib.h"
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
FUNCTION PROTOTYPES
|
FUNCTION PROTOTYPES
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#define __RENDUTIL_H__
|
#define __RENDUTIL_H__
|
||||||
|
|
||||||
#include "render.h"
|
#include "render.h"
|
||||||
#include "libjpeg/jpeglib.h"
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user