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/editors/animation/drivers.c')
-rw-r--r--source/blender/editors/animation/drivers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 1af85e00045..ee0f403a155 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -21,15 +21,15 @@
* \ingroup edanimation
*/
+#include <ctype.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
#include "BLI_string.h"
+#include "BLI_utildefines.h"
#include "DNA_anim_types.h"
#include "DNA_object_types.h"
@@ -37,8 +37,8 @@
#include "DNA_texture_types.h"
#include "BKE_animsys.h"
-#include "BKE_fcurve.h"
#include "BKE_context.h"
+#include "BKE_fcurve.h"
#include "BKE_report.h"
#include "DEG_depsgraph.h"