diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-05-04 00:24:21 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-05-04 00:24:21 -0400 |
| commit | f4d80bd8a5bf9d90851d0cc44a90108e7beda57c (patch) | |
| tree | 70614e862f1e5fa3ca762d561b695590efa93cc6 /Source | |
| parent | 07fbb13bbac7fd9449ad2ad81dd9e88e22a12b04 (diff) | |
Move the #pragma once header guard before the includes in Statistics.h in VideoCommon.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/VideoCommon/Statistics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Statistics.h b/Source/Core/VideoCommon/Statistics.h index 989549e6ce..ccd5936d84 100644 --- a/Source/Core/VideoCommon/Statistics.h +++ b/Source/Core/VideoCommon/Statistics.h @@ -2,13 +2,13 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#pragma once + #include <vector> #include "Common/CommonTypes.h" #include "VideoCommon/VideoCommon.h" -#pragma once - struct Statistics { int numPixelShadersCreated; |
