diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 02:27:20 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | ffe588cc240745f0a30595c604083d37e791c670 (patch) | |
| tree | 7e010773ac4232836b8975349a517d2e04774fd2 /Source/Core/VideoCommon/Debugger.cpp | |
| parent | 6847a0fc0c1699eb01fadd50cfaf76e4e34a02cb (diff) | |
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoCommon/Debugger.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Debugger.cpp b/Source/Core/VideoCommon/Debugger.cpp index 3a22fa8c74..affeb9183a 100644 --- a/Source/Core/VideoCommon/Debugger.cpp +++ b/Source/Core/VideoCommon/Debugger.cpp @@ -7,8 +7,8 @@ #include "VideoCommon/Debugger.h" #include "VideoCommon/NativeVertexFormat.h" -#include "VideoCommon/TextureCacheBase.h" #include "VideoCommon/PixelShaderGen.h" +#include "VideoCommon/TextureCacheBase.h" #include "VideoCommon/VertexShaderGen.h" #include "VideoCommon/VideoConfig.h" |
