[libpng15] Removed '#include config.h"' from contrib/libtests/pngvalid.c.

It's not needed and causes trouble for VPATH building.
This commit is contained in:
Glenn Randers-Pehrson
2011-12-16 14:19:39 -06:00
parent e23fedc9de
commit d35a3a826e
3 changed files with 21 additions and 81 deletions

View File

@@ -25,10 +25,6 @@
#include <signal.h>
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif
#ifdef HAVE_FEENABLEEXCEPT
# include <fenv.h>
#endif