From 03a7f5fe2de9b0c886be4063533c91720ced0bf9 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 10 Feb 2017 09:06:38 -0500 Subject: Make header files idempotent; script to check Change-Id: I960ded854e6bc7cdee029a7393cac2a686c41754 Reviewed-on: https://skia-review.googlesource.com/8308 Commit-Queue: Hal Canary Reviewed-by: Mike Klein --- tests/PathOpsTSectDebug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/PathOpsTSectDebug.h') diff --git a/tests/PathOpsTSectDebug.h b/tests/PathOpsTSectDebug.h index e18e0f89e6..209152104b 100644 --- a/tests/PathOpsTSectDebug.h +++ b/tests/PathOpsTSectDebug.h @@ -4,6 +4,8 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ +#ifndef PathOpsTSectDebug_DEFINED +#define PathOpsTSectDebug_DEFINED #include "SkPathOpsTSect.h" @@ -219,3 +221,4 @@ void SkTSpan::dumpID() const { SkDebugf("%c", cE); } } +#endif // PathOpsTSectDebug_DEFINED -- cgit v1.2.3