| Index: tests/PathOpsSkpClipTest.cpp
|
| diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
|
| index b8142cd654b6697c567bdd9187769c4c75c9c652..81c9bc281b31f16518a959821d83f4e390b7017a 100755
|
| --- a/tests/PathOpsSkpClipTest.cpp
|
| +++ b/tests/PathOpsSkpClipTest.cpp
|
| @@ -7,7 +7,6 @@
|
| #include "SkColorPriv.h"
|
| #include "SkCommandLineFlags.h"
|
| #include "SkDevice.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkImageEncoder.h"
|
| @@ -24,8 +23,6 @@
|
| #include "SkTemplates.h"
|
| #include "SkTime.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| /* add local exceptions here */
|
| /* TODO : add command flag interface */
|
| const struct SkipOverTest {
|
|
|