aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureBenchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PictureBenchmark.h')
-rw-r--r--tools/PictureBenchmark.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/PictureBenchmark.h b/tools/PictureBenchmark.h
index 3ec3c6691c..142d52685e 100644
--- a/tools/PictureBenchmark.h
+++ b/tools/PictureBenchmark.h
@@ -8,15 +8,13 @@
#ifndef PictureBenchmark_DEFINED
#define PictureBenchmark_DEFINED
-#include "SkTypes.h"
#include "PictureRenderer.h"
-#include "TimerData.h"
#include "PictureResultsWriter.h"
+#include "SkTypes.h"
+#include "TimerData.h"
class BenchTimer;
-class SkBenchLogger;
class SkPicture;
-class SkString;
namespace sk_tools {