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/io/collada/AnimationClipExporter.h')
-rw-r--r--source/blender/io/collada/AnimationClipExporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/collada/AnimationClipExporter.h b/source/blender/io/collada/AnimationClipExporter.h
index 036a03c3b53..9d782eac094 100644
--- a/source/blender/io/collada/AnimationClipExporter.h
+++ b/source/blender/io/collada/AnimationClipExporter.h
@@ -17,9 +17,9 @@
#ifndef __ANIMATIONCLIPEXPORTER_H__
#define __ANIMATIONCLIPEXPORTER_H__
-#include <stdlib.h>
-#include <stdio.h>
#include <math.h>
+#include <stdio.h>
+#include <stdlib.h>
#include "COLLADASWLibraryAnimationClips.h"
#include "DEG_depsgraph.h"