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>2013-04-05 21:56:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 21:56:54 +0400
commit93ac968db3bc47e3520c662671cf68e86c0f2204 (patch)
tree46b37ba1fbf24c93c26ce6062bb4ee3841f9a3a9 /source/blender/makesrna/intern/rna_movieclip.c
parent5f49bab8bad9ecadcfecaec17268a4c75bcde762 (diff)
code cleanup: include order
Diffstat (limited to 'source/blender/makesrna/intern/rna_movieclip.c')
-rw-r--r--source/blender/makesrna/intern/rna_movieclip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_movieclip.c b/source/blender/makesrna/intern/rna_movieclip.c
index 9b2bcab4604..bb5ff172672 100644
--- a/source/blender/makesrna/intern/rna_movieclip.c
+++ b/source/blender/makesrna/intern/rna_movieclip.c
@@ -30,9 +30,6 @@
#include "MEM_guardedalloc.h"
-#include "BKE_movieclip.h"
-#include "BKE_tracking.h"
-
#include "DNA_movieclip_types.h"
#include "DNA_scene_types.h"
@@ -40,6 +37,9 @@
#include "rna_internal.h"
+#include "BKE_movieclip.h"
+#include "BKE_tracking.h"
+
#include "WM_types.h"
#include "IMB_imbuf_types.h"