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:
authorJoshua Leung <aligorith@gmail.com>2009-07-16 08:45:52 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-16 08:45:52 +0400
commit513dcf7b46eee6ffbb47f6046c4840730e173180 (patch)
tree742ba5baa39b7b7e34f20b8af7c0ba14379f0556 /source/blender/editors/animation
parent111be5ea2aa227cc93c9fc57750e463c55056673 (diff)
2.5 - Silencing various compiler warnings (mingw)
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/keyframes_general.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/keyframes_general.c b/source/blender/editors/animation/keyframes_general.c
index 6e62b163ca9..fc67ee34a2e 100644
--- a/source/blender/editors/animation/keyframes_general.c
+++ b/source/blender/editors/animation/keyframes_general.c
@@ -43,6 +43,8 @@
#include "DNA_space_types.h"
#include "DNA_scene_types.h"
+#include "RNA_access.h"
+
#include "BKE_action.h"
#include "BKE_fcurve.h"
#include "BKE_key.h"
@@ -52,8 +54,6 @@
#include "ED_keyframing.h"
#include "ED_keyframes_edit.h"
-#include "RNA_access.h"
-
/* This file contains code for various keyframe-editing tools which are 'destructive'
* (i.e. they will modify the order of the keyframes, and change the size of the array).
* While some of these tools may eventually be moved out into blenkernel, for now, it is