diff options
| author | OatmealDome <theoatmealdome@gmail.com> | 2016-01-03 16:30:30 -0500 |
|---|---|---|
| committer | OatmealDome <theoatmealdome@gmail.com> | 2016-02-06 16:47:49 -0500 |
| commit | 2e24996a9cbe60372ea643253f9dec7114baa697 (patch) | |
| tree | d8852b750262a746ff79bfa3ce6f670b7a6ae9ea /Source/Core/AudioCommon/CoreAudioSoundStream.cpp | |
| parent | 6e676cad6673be595235b1a73b2a44ed764e50fa (diff) | |
CoreAudioSound: Only include AudioUnit
Diffstat (limited to 'Source/Core/AudioCommon/CoreAudioSoundStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/CoreAudioSoundStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CoreAudioSoundStream.cpp b/Source/Core/AudioCommon/CoreAudioSoundStream.cpp index f6a26b442f..a85b26e2d5 100644 --- a/Source/Core/AudioCommon/CoreAudioSoundStream.cpp +++ b/Source/Core/AudioCommon/CoreAudioSoundStream.cpp @@ -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" |
