aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2015-11-06 14:59:01 -0500
committerGravatar Matt Sarett <msarett@google.com>2015-11-06 15:19:24 -0500
commit1aaaba5216aea73bd9c1d1bf0fdf62005b7cf836 (patch)
treebfdcfd0a62121956b6c770596420ea109a33e476 /src/images
parent135805107356fefd8e7787c2a2964fe9177b223c (diff)
Fix the build on Android devices
Diffstat (limited to 'src/images')
-rw-r--r--src/images/SkImageDecoder_libpng.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/images/SkImageDecoder_libpng.cpp b/src/images/SkImageDecoder_libpng.cpp
index ab1affac11..bcf8196f4d 100644
--- a/src/images/SkImageDecoder_libpng.cpp
+++ b/src/images/SkImageDecoder_libpng.cpp
@@ -18,10 +18,6 @@
#include "SkUtils.h"
#include "transform_scanline.h"
-#ifdef SKIA_PNG_PREFIXED
- // this must proceed png.h
- #include "pngprefix.h"
-#endif
#include "png.h"
/* These were dropped in libpng >= 1.4 */