| Index: tests/PathOpsSkpClipTest.cpp
|
| diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
|
| index ad0a95f22b91f55895d554a70ce989d57d26169a..17bde32da84bdfdba97703fd1ee9c9fc9d4e9e45 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"
|
| @@ -25,8 +24,6 @@
|
| #include "SkTemplates.h"
|
| #include "SkTime.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| /* add local exceptions here */
|
| /* TODO : add command flag interface */
|
| const struct SkipOverTest {
|
|
|