| Index: gm/gmmain.cpp
|
| diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
|
| index cb7816b6a43e72f84d96483b0810df65b54d1738..be4fc91f8fe086298a9762d0203d1d29919f37b5 100644
|
| --- a/gm/gmmain.cpp
|
| +++ b/gm/gmmain.cpp
|
| @@ -29,7 +29,6 @@
|
| #include "SkDevice.h"
|
| #include "SkDocument.h"
|
| #include "SkDrawFilter.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGPipe.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| @@ -54,8 +53,6 @@ static const bool kDebugOnly = true;
|
| static const bool kDebugOnly = false;
|
| #endif
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| #if SK_SUPPORT_GPU
|
| #include "GrContextFactory.h"
|
| #include "SkGpuDevice.h"
|
|
|