Index: tools/VisualBench/VisualLightweightBenchModule.cpp |
diff --git a/tools/VisualBench/VisualLightweightBenchModule.cpp b/tools/VisualBench/VisualLightweightBenchModule.cpp |
index 182a9d9b4e3c950cabebe660736876a72d5f851b..4aeeaff09a0c58df1b146d3bfefae6439c1402db 100644 |
--- a/tools/VisualBench/VisualLightweightBenchModule.cpp |
+++ b/tools/VisualBench/VisualLightweightBenchModule.cpp |
@@ -11,17 +11,13 @@ |
#include "SkApplication.h" |
#include "SkCanvas.h" |
#include "SkCommandLineFlags.h" |
-#include "SkForceLinking.h" |
#include "SkGraphics.h" |
#include "SkGr.h" |
-#include "SkImageDecoder.h" |
#include "SkOSFile.h" |
#include "SkStream.h" |
#include "Stats.h" |
#include "gl/GrGLInterface.h" |
-__SK_FORCE_IMAGE_DECODER_LINKING; |
- |
// Between samples we reset context |
// Between frames we swap buffers |
DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); |