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:
Diffstat (limited to 'source/blender/makesdna/DNA_listBase.h')
-rw-r--r--source/blender/makesdna/DNA_listBase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_listBase.h b/source/blender/makesdna/DNA_listBase.h
index 6a472272382..99ad6f41e96 100644
--- a/source/blender/makesdna/DNA_listBase.h
+++ b/source/blender/makesdna/DNA_listBase.h
@@ -27,15 +27,15 @@
*
*/
-#ifndef DNA_LISTBASE_H
-#define DNA_LISTBASE_H
-
/** \file DNA_listBase.h
* \ingroup DNA
* \brief These structs are the foundation for all linked lists in the
* library system.
*/
+#ifndef DNA_LISTBASE_H
+#define DNA_LISTBASE_H
+
#ifdef __cplusplus
extern "C" {
#endif