Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index c0715dfce032955e90e3e8c4db44d702031dd7fe..a8a2b6dd82a7095689ed09e23d8882523d683de3 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -1,8 +1,6 @@ |
// Main binary for DM. |
// For a high-level overview, please see dm/README. |
-#include "GrContext.h" |
-#include "GrContextFactory.h" |
#include "SkBenchmark.h" |
#include "SkCommandLineFlags.h" |
#include "SkForceLinking.h" |
@@ -14,6 +12,7 @@ |
#include "DMBenchTask.h" |
#include "DMCpuGMTask.h" |
#include "DMGpuGMTask.h" |
+#include "DMGpuSupport.h" |
#include "DMReporter.h" |
#include "DMTask.h" |
#include "DMTaskRunner.h" |