Index: src/views/win/skia_win.cpp |
diff --git a/src/views/win/skia_win.cpp b/src/views/win/skia_win.cpp |
index 8996ddac4dd842e598cc27ca11bbc4ab7679ffb0..fc07bd46da591d9121affeae9932ea9145d3d55b 100644 |
--- a/src/views/win/skia_win.cpp |
+++ b/src/views/win/skia_win.cpp |
@@ -4,10 +4,11 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-#include <windows.h> |
-#include <tchar.h> |
#include "SkTypes.h" |
+ |
+#include <tchar.h> |
+ |
#include "SkApplication.h" |
#include "SkOSWindow_Win.h" |