diff options
| author | 2016-03-28 22:26:30 -0500 | |
|---|---|---|
| committer | 2016-03-28 22:46:00 -0500 | |
| commit | 18d7e34620112a71a50b440f11564ecc7ef169a6 (patch) | |
| tree | 5cb5077da15fc442e6e78e2bd2f31e52944c98a0 /3rdparty/libjpeg | |
| parent | 9d9c8fad6a0e5ff433fd6a97b4921af10e074f96 (diff) | |
cleanup build includes (nw)
Diffstat (limited to '3rdparty/libjpeg')
| -rw-r--r-- | 3rdparty/libjpeg/jpeglib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/3rdparty/libjpeg/jpeglib.h b/3rdparty/libjpeg/jpeglib.h index be8fd64ef91..1eb1fac033f 100644 --- a/3rdparty/libjpeg/jpeglib.h +++ b/3rdparty/libjpeg/jpeglib.h @@ -11,13 +11,6 @@ * and perhaps jerror.h if they want to know the exact error codes. */ -#ifdef USE_SYSTEM_JPEGLIB -#ifndef XMD_H -#define XMD_H -#endif -#include <jpeglib.h> -#else - #ifndef JPEGLIB_H #define JPEGLIB_H @@ -1165,4 +1158,3 @@ struct jpeg_color_quantizer { long dummy; }; #endif #endif /* JPEGLIB_H */ -#endif /* USE_SYSTEM_JPEGLIB */ |
