diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 02:56:29 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | 592ebc5262f13bc587896e678d389fe831df9af7 (patch) | |
| tree | 83991888a0a1e79bf2f0e4131d870ec30eeaa041 /Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp | |
| parent | ffe588cc240745f0a30595c604083d37e791c670 (diff) | |
Fix more header sorting issues in DolphinWX/ (now check-includes clean).
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp b/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp index 6dcb0e4e1c..681209c39c 100644 --- a/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp @@ -2,10 +2,9 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include <iostream> #include <fstream> +#include <iostream> #include <sstream> - #include <wx/artprov.h> #include "Common/Common.h" |
