Chromium Code Reviews| Index: tools/PictureBenchmark.h |
| diff --git a/tools/PictureBenchmark.h b/tools/PictureBenchmark.h |
| index 3ec3c6691c6c02fd3ba31d87b0cf94c73f3a5a16..142d52685e0e8b161b1de470786ac54b82cd41eb 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 { |