| Index: tools/skimage_main.cpp
|
| diff --git a/tools/skimage_main.cpp b/tools/skimage_main.cpp
|
| index 7a1954a07237b61afdb5eceb3bee88276e865ef5..c4c2189c0e8e919608c93468c049aaf55cdb4fb8 100644
|
| --- a/tools/skimage_main.cpp
|
| +++ b/tools/skimage_main.cpp
|
| @@ -10,7 +10,6 @@
|
| #include "SkColorPriv.h"
|
| #include "SkCommandLineFlags.h"
|
| #include "SkData.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkImageEncoder.h"
|
| @@ -20,8 +19,6 @@
|
| #include "SkTArray.h"
|
| #include "SkTemplates.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_string(config, "None", "Preferred config to decode into. [None|8888|565|A8]");
|
| DEFINE_string(createExpectationsPath, "", "Path to write JSON expectations.");
|
| DEFINE_string(mismatchPath, "", "Folder to write mismatched images to.");
|
|
|