| Index: tests/KtxTest.cpp
|
| diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp
|
| index 499db6ab484ecfa901941869895bbb6ff4e721d3..a27b27835b9a52c30fa272087f3267dd2be230b4 100644
|
| --- a/tests/KtxTest.cpp
|
| +++ b/tests/KtxTest.cpp
|
| @@ -9,15 +9,12 @@
|
| #include "SkBitmap.h"
|
| #include "SkData.h"
|
| #include "SkDecodingImageGenerator.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkOSFile.h"
|
| #include "SkRandom.h"
|
| #include "SkStream.h"
|
| #include "Test.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| /**
|
| * First, make sure that writing an 8-bit RGBA KTX file and then
|
| * reading it produces the same bitmap.
|
|
|