| Index: tests/PathOpsExtendedTest.cpp
|
| diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp
|
| index d808ed7ec46273153b7dcb1af040be3d9922a33f..f5c7440b46cc22e22874b97eb5c68509bf01f84f 100644
|
| --- a/tests/PathOpsExtendedTest.cpp
|
| +++ b/tests/PathOpsExtendedTest.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "PathOpsThreadedCommon.h"
|
| #include "SkBitmap.h"
|
| #include "SkCanvas.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkMatrix.h"
|
| #include "SkPaint.h"
|
| #include "SkRTConf.h"
|
| @@ -21,8 +20,6 @@
|
| #include <sys/sysctl.h>
|
| #endif
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_bool2(runFail, f, false, "run tests known to fail.");
|
|
|
| static const char marker[] =
|
|
|