Chromium Code Reviews| Index: src/utils/win/SkIStream.cpp |
| diff --git a/src/utils/win/SkIStream.cpp b/src/utils/win/SkIStream.cpp |
| index ad9bf05076bfc424bab1150584968d2b0b273c10..721f0a11c149eaaf73b2f4ff5a02efb1f9b32ee9 100644 |
| --- a/src/utils/win/SkIStream.cpp |
| +++ b/src/utils/win/SkIStream.cpp |
| @@ -8,8 +8,6 @@ |
| #include "SkTypes.h" |
| #if defined(SK_BUILD_FOR_WIN32) |
| -#define WIN32_LEAN_AND_MEAN |
| -#include <windows.h> |
| #include <ole2.h> |
|
bungeman-skia
2016/06/06 18:56:27
nit: same here, I think we can get away with SkLea
hal.canary
2016/06/06 19:38:28
Done.
|
| #include "SkIStream.h" |
| #include "SkStream.h" |