(CoreAudio) Include retro_endianness.h

This commit is contained in:
Twinaphex 2015-09-14 03:36:59 +02:00
parent 8ca8b43545
commit da3dd316b5

View File

@ -13,12 +13,8 @@
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../../driver.h"
#include "../../general.h"
#include <queues/fifo_buffer.h>
#include <stdlib.h>
#include <boolean.h>
#include <pthread.h>
#if TARGET_OS_IPHONE
@ -31,6 +27,13 @@
#include <AudioUnit/AudioUnit.h>
#include <AudioUnit/AUComponent.h>
#include <boolean.h>
#include <queues/fifo_buffer.h>
#include <retro_endianness.h>
#include "../../driver.h"
#include "../../general.h"
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
#ifndef OSX_PPC