Index: src/pathops/SkPathOpsDebug.cpp |
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
index 627a7c9f4023ef81a182505d7538d30abd25f2e5..643ff1d29feeff29a6dad08b0cd93b364b3e37a7 100644 |
--- a/src/pathops/SkPathOpsDebug.cpp |
+++ b/src/pathops/SkPathOpsDebug.cpp |
@@ -5,10 +5,10 @@ |
* found in the LICENSE file. |
*/ |
-#include "SkPathOpsDebug.h" |
+#include "SkMutex.h" |
#include "SkPath.h" |
+#include "SkPathOpsDebug.h" |
#include "SkString.h" |
-#include "SkThread.h" |
#if DEBUG_VALIDATE |
extern bool FLAGS_runFail; |
@@ -304,7 +304,7 @@ SkString SkOpAngle::debugPart() const { |
break; |
default: |
SkASSERT(0); |
- } |
+ } |
return result; |
} |
#endif |