From 00e9241d49d122052038295db9005542d25e4454 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Dec 2019 11:06:38 +1100 Subject: Cleanup: header guards --- source/blender/collada/BCMath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/collada/BCMath.h') diff --git a/source/blender/collada/BCMath.h b/source/blender/collada/BCMath.h index bb62f6c179a..9ecea85b08c 100644 --- a/source/blender/collada/BCMath.h +++ b/source/blender/collada/BCMath.h @@ -18,8 +18,8 @@ * \ingroup collada */ -#ifndef __BCMATRIX_H__ -#define __BCMATRIX_H__ +#ifndef __BCMATH_H__ +#define __BCMATH_H__ #include "BlenderTypes.h" @@ -107,4 +107,4 @@ class BCMatrix { static void transpose(Matrix &matrix); }; -#endif +#endif /* __BCMATH_H__ */ -- cgit v1.2.3