| Index: dm/DM.cpp
 | 
| diff --git a/dm/DM.cpp b/dm/DM.cpp
 | 
| index aba65236ff2dfba04e124cc36aca31decfc16f53..2c3f6653f49b7fded84faf2974f1ae37eb3c2dab 100644
 | 
| --- a/dm/DM.cpp
 | 
| +++ b/dm/DM.cpp
 | 
| @@ -4,7 +4,6 @@
 | 
|  #include "CrashHandler.h"
 | 
|  #include "LazyDecodeBitmap.h"
 | 
|  #include "SkCommonFlags.h"
 | 
| -#include "SkForceLinking.h"
 | 
|  #include "SkGraphics.h"
 | 
|  #include "SkOSFile.h"
 | 
|  #include "SkPicture.h"
 | 
| @@ -48,8 +47,6 @@ DEFINE_bool(tests, true, "Run tests?");
 | 
|  DEFINE_bool(reportUsedChars, false, "Output test font construction data to be pasted into"
 | 
|                                      " create_test_font.cpp.");
 | 
|  
 | 
| -__SK_FORCE_IMAGE_DECODER_LINKING;
 | 
| -
 | 
|  // "FooBar" -> "foobar".  Obviously, ASCII only.
 | 
|  static SkString lowercase(SkString s) {
 | 
|      for (size_t i = 0; i < s.size(); i++) {
 | 
| 
 |