From 50dbc0949fb256a316163143e649028eeed2970a Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 12 Jun 2018 14:50:37 -0400 Subject: SkTypes: more into SkMacros Change-Id: I4c9a2d81a1bc4ccebc78eea56c0de116b98d415e Reviewed-on: https://skia-review.googlesource.com/134330 Commit-Queue: Hal Canary Auto-Submit: Hal Canary Reviewed-by: Ben Wagner --- src/pathops/SkPathOpsCommon.cpp | 2 ++ src/pathops/SkPathOpsTSect.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/pathops') 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 -- cgit v1.2.3