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/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 47b02654104..5aa445c2146 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -21,8 +21,8 @@
* \ingroup bke
*/
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include "MEM_guardedalloc.h"
@@ -35,30 +35,30 @@
#include "DNA_anim_types.h"
#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
-#include "DNA_sequence_types.h"
#include "DNA_packedFile_types.h"
+#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
+#include "DNA_sequence_types.h"
#include "DNA_sound_types.h"
#include "DNA_speaker_types.h"
#include "DNA_windowmanager_types.h"
#ifdef WITH_AUDASPACE
-# include <AUD_Sound.h>
-# include <AUD_Sequence.h>
+# include "../../../intern/audaspace/intern/AUD_Set.h"
# include <AUD_Handle.h>
+# include <AUD_Sequence.h>
+# include <AUD_Sound.h>
# include <AUD_Special.h>
-# include "../../../intern/audaspace/intern/AUD_Set.h"
#endif
#include "BKE_global.h"
#include "BKE_idtype.h"
-#include "BKE_main.h"
-#include "BKE_sound.h"
#include "BKE_lib_id.h"
+#include "BKE_main.h"
#include "BKE_packedFile.h"
-#include "BKE_sequencer.h"
#include "BKE_scene.h"
+#include "BKE_sequencer.h"
+#include "BKE_sound.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"