aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-06-12 14:50:37 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-12 20:24:43 +0000
commit50dbc0949fb256a316163143e649028eeed2970a (patch)
treeb0069d2b47cccfb207d4a5245f18a6b9455c3300 /src/pathops
parentbc718c1e9ce0b4c2d10458f4c3549fd98e10a9f2 (diff)
SkTypes: more into SkMacros
Change-Id: I4c9a2d81a1bc4ccebc78eea56c0de116b98d415e Reviewed-on: https://skia-review.googlesource.com/134330 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'src/pathops')
-rw-r--r--src/pathops/SkPathOpsCommon.cpp2
-rw-r--r--src/pathops/SkPathOpsTSect.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/pathops/SkPathOpsCommon.cpp b/src/pathops/SkPathOpsCommon.cpp
index feba8d38a8..19e80b0b67 100644
--- a/src/pathops/SkPathOpsCommon.cpp
+++ b/src/pathops/SkPathOpsCommon.cpp
@@ -4,9 +4,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "SkAddIntersections.h"
#include "SkOpCoincidence.h"
#include "SkOpEdgeBuilder.h"
+#include "SkMacros.h"
#include "SkPathOpsCommon.h"
#include "SkPathWriter.h"
#include "SkTSort.h"
diff --git a/src/pathops/SkPathOpsTSect.h b/src/pathops/SkPathOpsTSect.h
index 4dc2b34bb7..b052df97db 100644
--- a/src/pathops/SkPathOpsTSect.h
+++ b/src/pathops/SkPathOpsTSect.h
@@ -8,9 +8,10 @@
#define SkPathOpsTSect_DEFINED
#include "SkArenaAlloc.h"
+#include "SkIntersections.h"
+#include "SkMacros.h"
#include "SkPathOpsBounds.h"
#include "SkPathOpsRect.h"
-#include "SkIntersections.h"
#include "SkTSort.h"
#ifdef SK_DEBUG