| Index: tools/skhello.cpp
|
| diff --git a/tools/skhello.cpp b/tools/skhello.cpp
|
| index 55748d2e1bb9b4a2ec5aae35625b97c17b810f91..4e85e6bd9b44a2d6174c6c43817df2a2bc7c738c 100644
|
| --- a/tools/skhello.cpp
|
| +++ b/tools/skhello.cpp
|
| @@ -9,15 +9,12 @@
|
| #include "SkCommandLineFlags.h"
|
| #include "SkData.h"
|
| #include "SkDocument.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkSurface.h"
|
| #include "SkImage.h"
|
| #include "SkStream.h"
|
| #include "SkString.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
|
| DEFINE_string2(text, t, "Hello", "The string to write.");
|
|
|
|
|