| Index: tools/skiaserve/skiaserve.cpp
|
| diff --git a/tools/skiaserve/skiaserve.cpp b/tools/skiaserve/skiaserve.cpp
|
| index 195544e83af5dcddf6c841310584c096f10e96ab..e4b06ff54e09178f55ce7b1f4f4423f41d125526 100644
|
| --- a/tools/skiaserve/skiaserve.cpp
|
| +++ b/tools/skiaserve/skiaserve.cpp
|
| @@ -17,11 +17,6 @@
|
|
|
| using namespace Response;
|
|
|
| -// To get image decoders linked in we have to do the below magic
|
| -#include "SkForceLinking.h"
|
| -#include "SkImageDecoder.h"
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_int32(port, 8888, "The port to listen on.");
|
|
|
| class UrlManager {
|
|
|