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
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2017-01-18 15:00:09 +0300
committerAntonio Vazquez <blendergit@gmail.com>2017-01-18 15:00:09 +0300
commit86b6006ef8461149e37c868b1ef2e6c9f2957a39 (patch)
treec423522da4a34d0dc3838c0ba22c410d9c0b3a0d /source
parent196520fe7d813996193423f896c5aa38c084cac2 (diff)
GPencil: Cleanup - move include line to correct scope
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 95d567698d8..25cd7265c3e 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"