diff options
author | Lioncash <mathew1800@gmail.com> | 2016-04-29 10:57:06 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-05-08 23:01:26 -0400 |
commit | a286b61f75f1b166c34079e6b8f85688bd522ca3 (patch) | |
tree | f6bfafe5fa8a8277b1b185fa81361190bc5a2554 /src | |
parent | 282a2ad539223d61067a1957fab8c45571075987 (diff) |
vertex_loader: Correct header ordering
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/vertex_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vertex_loader.cpp b/src/video_core/vertex_loader.cpp index 21ae52949..ce1c8da59 100644 --- a/src/video_core/vertex_loader.cpp +++ b/src/video_core/vertex_loader.cpp @@ -2,8 +2,8 @@ #include <boost/range/algorithm/fill.hpp> -#include "common/assert.h" #include "common/alignment.h" +#include "common/assert.h" #include "common/bit_field.h" #include "common/common_types.h" #include "common/logging/log.h" |