diff options
| author | 2016-04-29 10:57:06 -0400 | |
|---|---|---|
| committer | 2016-05-08 23:01:26 -0400 | |
| commit | a286b61f75f1b166c34079e6b8f85688bd522ca3 (patch) | |
| tree | f6bfafe5fa8a8277b1b185fa81361190bc5a2554 /src/video_core/vertex_loader.cpp | |
| parent | Merge pull request #1766 from Subv/log_cpu (diff) | |
| download | yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.gz yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.xz yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.zip | |
vertex_loader: Correct header ordering
Diffstat (limited to 'src/video_core/vertex_loader.cpp')
| -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 @@ | |||
| 2 | 2 | ||
| 3 | #include <boost/range/algorithm/fill.hpp> | 3 | #include <boost/range/algorithm/fill.hpp> |
| 4 | 4 | ||
| 5 | #include "common/assert.h" | ||
| 6 | #include "common/alignment.h" | 5 | #include "common/alignment.h" |
| 6 | #include "common/assert.h" | ||
| 7 | #include "common/bit_field.h" | 7 | #include "common/bit_field.h" |
| 8 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 9 | #include "common/logging/log.h" | 9 | #include "common/logging/log.h" |