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/blenkernel/BKE_appdir.h
parent5aa45c43f278eb78a1f68d947590c43affe42df8 (diff)
Cleanup: headers, use 'pragma once', remove argument to '\file'
Diffstat (limited to 'source/blender/blenkernel/BKE_appdir.h')
-rw-r--r--source/blender/blenkernel/BKE_appdir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_appdir.h b/source/blender/blenkernel/BKE_appdir.h
index 15045a1c643..fee52479cd0 100644
--- a/source/blender/blenkernel/BKE_appdir.h
+++ b/source/blender/blenkernel/BKE_appdir.h
@@ -15,12 +15,12 @@
*/
#pragma once
-#include <stddef.h>
-
/** \file
* \ingroup bli
*/
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
#endif