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/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index 09ea82e5ec7..e7a8311656f 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -27,12 +27,12 @@
#ifndef __RNA_INTERNAL_H__
#define __RNA_INTERNAL_H__
-#include "UI_resources.h"
-
#include "BLI_utildefines.h"
#include "rna_internal_types.h"
+#include "UI_resources.h"
+
#define RNA_MAGIC ((int)~0)
struct ColorBand;