[Bf-blender-cvs] [86b6006ef8] master: GPencil: Cleanup - move include line to correct scope

Antonio Vazquez noreply at git.blender.org
Wed Jan 18 13:01:06 CET 2017


Commit: 86b6006ef8461149e37c868b1ef2e6c9f2957a39
Author: Antonio Vazquez
Date:   Wed Jan 18 13:00:09 2017 +0100
Branches: master
https://developer.blender.org/rB86b6006ef8461149e37c868b1ef2e6c9f2957a39

GPencil: Cleanup - move include line to correct scope

===================================================================

M	source/blender/makesrna/intern/rna_gpencil.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 95d567698d..25cd7265c3 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -31,8 +31,6 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "BKE_animsys.h"
-
 #include "BLI_string_utils.h"
 #include "BLI_utildefines.h"
 
@@ -62,6 +60,7 @@ static EnumPropertyItem parent_type_items[] = {
 
 #include "WM_api.h"
 
+#include "BKE_animsys.h"
 #include "BKE_gpencil.h"
 #include "BKE_action.h"




More information about the Bf-blender-cvs mailing list