From fea1026bb8e2b5bfdf247491658c384805b51813 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 13:10:22 +1100 Subject: Cleanup: use 'pragma once' Add explanations for cases the header-guard defines are still used. --- source/blender/editors/gpencil/gpencil_trace.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/gpencil_trace.h b/source/blender/editors/gpencil/gpencil_trace.h index 85eb4e0609f..25d8dac2734 100644 --- a/source/blender/editors/gpencil/gpencil_trace.h +++ b/source/blender/editors/gpencil/gpencil_trace.h @@ -21,8 +21,7 @@ * \ingroup edgpencil */ -#ifndef __GPENCIL_TRACE_H__ -#define __GPENCIL_TRACE_H__ +#pragma once /* internal exports only */ struct FILE; @@ -79,5 +78,3 @@ void ED_gpencil_trace_data_to_strokes(struct Main *bmain, const float sample, const int32_t resolution, const int32_t thickness); - -#endif /* __GPENCIL_TRACE_H__ */ -- cgit v1.2.3