aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
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/codec
parent135805107356fefd8e7787c2a2964fe9177b223c (diff)
Fix the build on Android devices
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/SkCodec_libpng.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/codec/SkCodec_libpng.h b/src/codec/SkCodec_libpng.h
index f003cbd4e0..9809b0c39a 100644
--- a/src/codec/SkCodec_libpng.h
+++ b/src/codec/SkCodec_libpng.h
@@ -12,10 +12,6 @@
#include "SkRefCnt.h"
#include "SkSwizzler.h"
-#ifdef SKIA_PNG_PREFIXED
- // this must proceed png.h
- #include "pngprefix.h"
-#endif
#include "png.h"
class SkStream;