Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1159)

Unified Diff: src/core/SkTSort.h

Issue 2041943002: SkLeanWindows.h: #include "Windows.h" fewer places (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-06-06 (Monday) 13:54:33 EDT Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/SkTSort.h
diff --git a/src/core/SkTSort.h b/src/core/SkTSort.h
index 51b103cb5da3a5d79fa75c12a7286f48f3a32599..7101bab9bab58aa7d4ab592464b1f3fb2bed57fe 100644
--- a/src/core/SkTSort.h
+++ b/src/core/SkTSort.h
@@ -10,7 +10,7 @@
#define SkTSort_DEFINED
#include "SkTypes.h"
-#include "SkMath.h"
+#include "SkMathPriv.h"
/* A comparison functor which performs the comparison 'a < b'. */
template <typename T> struct SkTCompareLT {

Powered by Google App Engine
This is Rietveld 408576698