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/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 72e1c05de3c..2c1bd2069b0 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -24,12 +24,11 @@
* \ingroup RNA
*/
-
-#include "../blenlib/BLI_sys_types.h"
-
#ifndef __RNA_TYPES_H__
#define __RNA_TYPES_H__
+#include "../blenlib/BLI_sys_types.h"
+
#ifdef __cplusplus
extern "C" {
#endif