[v2] remove ref to png.h file on win32

This commit is contained in:
Mathieu Malaterre 2012-03-16 16:47:44 +00:00
parent a937c91694
commit f6cb0c86e2
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#include <string.h>
#ifdef WIN32
#include "../libs/libtiff/tiffio.h"
#include "../libs/libpng/png.h"
#else
#include <tiffio.h>
#include <png.h>