CoreAudioSound: Only include AudioUnit

This commit is contained in:
OatmealDome 2016-01-03 16:30:30 -05:00
parent 6e676cad66
commit 2e24996a9c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <CoreServices/CoreServices.h>
#include <AudioUnit/AudioUnit.h>
#include "AudioCommon/CoreAudioSoundStream.h"
#include "Common/Logging/Log.h"