Move jpeglib.h include where it belongs. No need to include this in

rendutil.h.
This commit is contained in:
couriersud 2016-03-28 13:44:56 +02:00
parent 628cef3d97
commit dcb59350f3
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#include "rendutil.h"
#include "png.h"
#include "libjpeg/jpeglib.h"
/***************************************************************************
FUNCTION PROTOTYPES

View File

@ -11,7 +11,6 @@
#define __RENDUTIL_H__
#include "render.h"
#include "libjpeg/jpeglib.h"
#include <math.h>