| Index: src/ports/SkDebug_win.cpp
|
| diff --git a/src/ports/SkDebug_win.cpp b/src/ports/SkDebug_win.cpp
|
| index b0c5725a79820c074538d241c18fde2bec4cf691..da1e2b573fcf8d9fd5913722202476b274f73b00 100644
|
| --- a/src/ports/SkDebug_win.cpp
|
| +++ b/src/ports/SkDebug_win.cpp
|
| @@ -5,16 +5,16 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| -
|
| #include "SkTypes.h"
|
| +
|
| #if defined(SK_BUILD_FOR_WIN32)
|
|
|
| -static const size_t kBufferSize = 2048;
|
| +#include "SkLeanWindows.h"
|
|
|
| #include <stdarg.h>
|
| #include <stdio.h>
|
| -#include <windows.h>
|
| +
|
| +static const size_t kBufferSize = 2048;
|
|
|
| void SkDebugf(const char format[], ...) {
|
| char buffer[kBufferSize + 1];
|
|
|