projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unify include guard defines, __$FILENAME__
[blender-staging.git]
/
intern
/
boolop
/
intern
/
BOP_BBox.h
diff --git
a/intern/boolop/intern/BOP_BBox.h
b/intern/boolop/intern/BOP_BBox.h
index 266ffd9b0b4bf344dae084dca65defa234ed5cae..c58bb704fc3ea57c6b6dcc0a6ed35821ce93cbae 100644
(file)
--- a/
intern/boolop/intern/BOP_BBox.h
+++ b/
intern/boolop/intern/BOP_BBox.h
@@
-30,8
+30,8
@@
*/
-#ifndef
BOP_BBOX_H
-#define
BOP_BBOX_H
+#ifndef
__BOP_BBOX_H__
+#define
__BOP_BBOX_H__
#include "MT_Point3.h"
#include "BOP_MathUtils.h"