diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 02:11:52 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | fca12c4c4e6a2cd381a34e5e1bc80ffb22bd35c3 (patch) | |
| tree | a4cd974193fa4ec9ae95e8bdda7f6f0d8db81412 /Source/Core/AudioCommon | |
| parent | 8ea8da6ebc75af2475ede05f5668b49979b72941 (diff) | |
Fix more header sorting issues in AudioCommon/ (now check-includes clean).
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 4 | ||||
| -rw-r--r-- | Source/Core/AudioCommon/NullSoundStream.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index 4e387ba1df..a8229b3f84 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -3,9 +3,9 @@ // Refer to the license.txt file included. -#include "AudioCommon/AudioCommon.h" -#include "AudioCommon/AOSoundStream.h" #include "AudioCommon/AlsaSoundStream.h" +#include "AudioCommon/AOSoundStream.h" +#include "AudioCommon/AudioCommon.h" #include "AudioCommon/CoreAudioSoundStream.h" #include "AudioCommon/DSoundStream.h" #include "AudioCommon/Mixer.h" diff --git a/Source/Core/AudioCommon/NullSoundStream.cpp b/Source/Core/AudioCommon/NullSoundStream.cpp index fe41f49508..fcd577f97a 100644 --- a/Source/Core/AudioCommon/NullSoundStream.cpp +++ b/Source/Core/AudioCommon/NullSoundStream.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include "AudioCommon/NullSoundStream.h" -#include "Core/HW/SystemTimers.h" #include "Core/HW/AudioInterface.h" +#include "Core/HW/SystemTimers.h" void NullSound::SoundLoop() { diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index e8f950e5ab..46f7cc3407 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include "AudioCommon/aldlist.h" -#include "AudioCommon/OpenALStream.h" #include "AudioCommon/DPL2Decoder.h" +#include "AudioCommon/OpenALStream.h" #if defined HAVE_OPENAL && HAVE_OPENAL |
