From 1c17760105d690bf9656c8b7e4501f6eb39e3c08 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 16 Aug 2010 15:38:55 +0000 Subject: Audaspace: Trying to fix a reported compile bug about missing UINT64_C. --- intern/audaspace/intern/AUD_C-API.cpp | 10 +++++----- intern/audaspace/intern/AUD_FileFactory.cpp | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'intern/audaspace') diff --git a/intern/audaspace/intern/AUD_C-API.cpp b/intern/audaspace/intern/AUD_C-API.cpp index a0c56257228..291f0539905 100644 --- a/intern/audaspace/intern/AUD_C-API.cpp +++ b/intern/audaspace/intern/AUD_C-API.cpp @@ -30,15 +30,15 @@ Device* g_device; bool g_pyinitialized = false; #endif -#include -#include -#include - -#ifndef __STDC_CONSTANT_MACROS // needed for INT64_C +#ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS #endif +#include +#include +#include + #include "AUD_NULLDevice.h" #include "AUD_I3DDevice.h" #include "AUD_FileFactory.h" diff --git a/intern/audaspace/intern/AUD_FileFactory.cpp b/intern/audaspace/intern/AUD_FileFactory.cpp index 7ee34b2dc5a..986fc6c109a 100644 --- a/intern/audaspace/intern/AUD_FileFactory.cpp +++ b/intern/audaspace/intern/AUD_FileFactory.cpp @@ -23,19 +23,19 @@ * ***** END LGPL LICENSE BLOCK ***** */ -#include "AUD_FileFactory.h" -#include "AUD_Buffer.h" - -#include - #ifdef WITH_FFMPEG // needed for INT64_C #ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS #endif - #include "AUD_FFMPEGReader.h" #endif + +#include "AUD_FileFactory.h" +#include "AUD_Buffer.h" + +#include + #ifdef WITH_SNDFILE #include "AUD_SndFileReader.h" #endif -- cgit v1.2.3