| Index: tools/filtermain.cpp
|
| diff --git a/tools/filtermain.cpp b/tools/filtermain.cpp
|
| index 87d68ff3a2e933222f103c53c8db2f1ce43b2519..12d696fd8dee42cf601e205b1878957be197125e 100644
|
| --- a/tools/filtermain.cpp
|
| +++ b/tools/filtermain.cpp
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "SkDebugCanvas.h"
|
| #include "SkDevice.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkImageEncoder.h"
|
| @@ -18,8 +17,6 @@
|
| #include "SkStream.h"
|
| #include "picture_utils.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| static void usage() {
|
| SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n");
|
| SkDebugf(" [-h|--help]\n\n");
|
|
|