aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathOpsDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathops/SkPathOpsDebug.cpp')
-rw-r--r--src/pathops/SkPathOpsDebug.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp
index 643ff1d29f..627a7c9f40 100644
--- a/src/pathops/SkPathOpsDebug.cpp
+++ b/src/pathops/SkPathOpsDebug.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "SkMutex.h"
-#include "SkPath.h"
#include "SkPathOpsDebug.h"
+#include "SkPath.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