Index: tools/kilobench/kilobench.cpp |
diff --git a/tools/kilobench/kilobench.cpp b/tools/kilobench/kilobench.cpp |
index 551ff3ef0ebbcba9a0b73f542253b5c7e9e0eb8e..1f92d5341a7f87871b8ea954d6cd7fe93c1aa22c 100644 |
--- a/tools/kilobench/kilobench.cpp |
+++ b/tools/kilobench/kilobench.cpp |
@@ -34,11 +34,6 @@ |
* support SKPs. |
*/ |
-// To get image decoders linked in we have to do the below magic |
-#include "SkForceLinking.h" |
-#include "SkImageDecoder.h" |
-__SK_FORCE_IMAGE_DECODER_LINKING; |
- |
static const int kAutoTuneLoops = 0; |
static const int kDefaultLoops = |