Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-07-30 15:29:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-30 15:29:30 +0300
commitc8b7745172d96cd5ee6aaa431485f93eb9512696 (patch)
tree0b5300ef8f68b5d608cf77627b394ef627bd40f6 /source/blender/makesdna
parent5aa45c43f278eb78a1f68d947590c43affe42df8 (diff)
Cleanup: headers, use 'pragma once', remove argument to '\file'
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_lineart_types.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_lineart_types.h b/source/blender/makesdna/DNA_lineart_types.h
index d7e62d04af2..e93cf050e18 100644
--- a/source/blender/makesdna/DNA_lineart_types.h
+++ b/source/blender/makesdna/DNA_lineart_types.h
@@ -25,11 +25,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __DNA_LRT_TYPES_H__
-#define __DNA_LRT_TYPES_H__
+#pragma once
-/** \file DNA_lineart_types.h
- * \ingroup DNA
+/** \file
+ * \ingroup DNA
*/
#include "DNA_ID.h"
@@ -71,5 +70,3 @@ typedef enum eLineartEdgeFlag {
} eLineartEdgeFlag;
#define LRT_EDGE_FLAG_ALL_TYPE 0x3f
-
-#endif