| Index: tests/ImageDecodingTest.cpp
 | 
| diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp
 | 
| index 30665a6f8e57a4dd5c9b3cd6f3129542034fed2a..98dbbba4a56707ac16c326b213f26852dabad4ba 100644
 | 
| --- a/tests/ImageDecodingTest.cpp
 | 
| +++ b/tests/ImageDecodingTest.cpp
 | 
| @@ -13,7 +13,6 @@
 | 
|  #include "SkData.h"
 | 
|  #include "SkDecodingImageGenerator.h"
 | 
|  #include "SkDiscardableMemoryPool.h"
 | 
| -#include "SkForceLinking.h"
 | 
|  #include "SkGradientShader.h"
 | 
|  #include "SkImageDecoder.h"
 | 
|  #include "SkImageEncoder.h"
 | 
| @@ -26,8 +25,6 @@
 | 
|  #include "SkString.h"
 | 
|  #include "Test.h"
 | 
|  
 | 
| -__SK_FORCE_IMAGE_DECODER_LINKING;
 | 
| -
 | 
|  /**
 | 
|   *  Interprets c as an unpremultiplied color, and returns the
 | 
|   *  premultiplied equivalent.
 | 
| 
 |