diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 12:14:09 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:11 +0100 |
| commit | 425f9dcd5155614e66fab635819ef12ee390dc7b (patch) | |
| tree | 92697438fb6f154d4aa44bcfe0db041d56f835e3 /Source/Core/VideoBackends/Software/DebugUtil.cpp | |
| parent | 592ebc5262f13bc587896e678d389fe831df9af7 (diff) | |
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoBackends/Software/DebugUtil.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/DebugUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/DebugUtil.cpp b/Source/Core/VideoBackends/Software/DebugUtil.cpp index 80259a4576..95303d4c2f 100644 --- a/Source/Core/VideoBackends/Software/DebugUtil.cpp +++ b/Source/Core/VideoBackends/Software/DebugUtil.cpp @@ -10,9 +10,9 @@ #include "VideoBackends/Software/DebugUtil.h" #include "VideoBackends/Software/EfbInterface.h" #include "VideoBackends/Software/HwRasterizer.h" -#include "VideoBackends/Software/SWVideoConfig.h" -#include "VideoBackends/Software/SWStatistics.h" #include "VideoBackends/Software/SWCommandProcessor.h" +#include "VideoBackends/Software/SWStatistics.h" +#include "VideoBackends/Software/SWVideoConfig.h" #include "VideoBackends/Software/TextureSampler.h" #include "VideoCommon/ImageWrite.h" |
