summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-16 16:47:44 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-16 16:47:44 +0000
commitf6cb0c86e21a9a00831651fcae491997d1eb0168 (patch)
treead0a2d464b76ebd2574abeee5a728214e1af3d36
parenta937c91694337a905df6c8d51579d4d4498ec022 (diff)
[v2] remove ref to png.h file on win32v2
-rw-r--r--codec/convert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec/convert.c b/codec/convert.c
index 9493e8b6..ec1cb7c8 100644
--- a/codec/convert.c
+++ b/codec/convert.c
@@ -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>