pngdec.c,jpegdec.[hc]: remove unnecessary includes

example_util.h hasn't been needed since:
a9947c3 cwebp: add support for stdin input

Change-Id: Ic4fcefd5567aa3f4a5c1d443e8c6d9b4fc2fb53f
This commit is contained in:
James Zern 2016-07-20 12:10:57 -07:00
parent 259f0434a5
commit 4cecab63bd
3 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#include <string.h>
#include "webp/encode.h"
#include "./example_util.h"
#include "./metadata.h"
// -----------------------------------------------------------------------------

View File

@ -12,7 +12,6 @@
#ifndef WEBP_IMAGEIO_JPEGDEC_H_
#define WEBP_IMAGEIO_JPEGDEC_H_
#include <stdio.h>
#include "webp/types.h"
#ifdef __cplusplus

View File

@ -24,7 +24,6 @@
#include <string.h>
#include "webp/encode.h"
#include "./example_util.h"
#include "./metadata.h"
static void PNGAPI error_function(png_structp png, png_const_charp error) {