diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-16 16:47:44 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-16 16:47:44 +0000 |
| commit | f6cb0c86e21a9a00831651fcae491997d1eb0168 (patch) | |
| tree | ad0a2d464b76ebd2574abeee5a728214e1af3d36 /codec/convert.c | |
| parent | a937c91694337a905df6c8d51579d4d4498ec022 (diff) | |
[v2] remove ref to png.h file on win32v2
Diffstat (limited to 'codec/convert.c')
| -rw-r--r-- | codec/convert.c | 1 |
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> |
