From fca12c4c4e6a2cd381a34e5e1bc80ffb22bd35c3 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Wed, 19 Feb 2014 02:11:52 +0100 Subject: Fix more header sorting issues in AudioCommon/ (now check-includes clean). --- Source/Core/AudioCommon/OpenALStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/OpenALStream.cpp') 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 -- cgit v1.2.3