Chromium Code Reviews| Index: src/ports/SkDebug_stdio.cpp |
| diff --git a/src/ports/SkDebug_stdio.cpp b/src/ports/SkDebug_stdio.cpp |
| index 8ff27ade3ccf39e6411ed8c72ce94021637c1ff9..4b39faf5c72c27e254534cbc0b4a0d3ccc2c7c73 100644 |
| --- a/src/ports/SkDebug_stdio.cpp |
| +++ b/src/ports/SkDebug_stdio.cpp |
| @@ -1,4 +1,3 @@ |
| - |
| /* |
| * Copyright 2006 The Android Open Source Project |
| * |
| @@ -6,9 +5,6 @@ |
| * found in the LICENSE file. |
| */ |
| - |
| -#include "SkTypes.h" |
| - |
| #include <stdarg.h> |
|
reed1
2015/06/24 23:20:31
This one seems odd -- where is the declaration for
bungeman-skia
2015/06/25 14:45:06
You're right, iwyu actually though that we didn't
|
| #include <stdio.h> |