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_texture_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_texture_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_texture_api.c b/source/blender/makesrna/intern/rna_texture_api.c
index 059c0b8208c..b000565ed09 100644
--- a/source/blender/makesrna/intern/rna_texture_api.c
+++ b/source/blender/makesrna/intern/rna_texture_api.c
@@ -18,8 +18,8 @@
* \ingroup RNA
*/
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "BLI_utildefines.h"
@@ -30,11 +30,11 @@
#ifdef RNA_RUNTIME
-# include "IMB_imbuf.h"
-# include "IMB_imbuf_types.h"
-# include "DNA_scene_types.h"
# include "BKE_context.h"
# include "BKE_global.h"
+# include "DNA_scene_types.h"
+# include "IMB_imbuf.h"
+# include "IMB_imbuf_types.h"
# include "RE_pipeline.h"
# include "RE_shader_ext.h"