aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skhello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skhello.cpp')
-rw-r--r--tools/skhello.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/skhello.cpp b/tools/skhello.cpp
index d1fb96e0eb..d1f8cb8192 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.");