summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-02-19 12:14:09 +0100
committerPierre Bourdon <delroth@gmail.com>2014-02-20 01:01:11 +0100
commit425f9dcd5155614e66fab635819ef12ee390dc7b (patch)
tree92697438fb6f154d4aa44bcfe0db041d56f835e3 /Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp
parent592ebc5262f13bc587896e678d389fe831df9af7 (diff)
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp b/Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp
index 6b6a46bbf3..dad409e47a 100644
--- a/Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp
+++ b/Source/Core/VideoBackends/OGL/NativeVertexFormat.cpp
@@ -2,9 +2,9 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
+#include "Common/MemoryUtil.h"
#include "Common/x64ABI.h"
#include "Common/x64Emitter.h"
-#include "Common/MemoryUtil.h"
#include "VideoBackends/OGL/GLUtil.h"
#include "VideoBackends/OGL/ProgramShaderCache.h"