summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-04-29 16:57:06 +0200
committerLioncash <mathew1800@gmail.com>2016-05-09 05:01:26 +0200
commita286b61f75f1b166c34079e6b8f85688bd522ca3 (patch)
treef6bfafe5fa8a8277b1b185fa81361190bc5a2554 /src/video_core/vertex_loader.cpp
parentMerge pull request #1766 from Subv/log_cpu (diff)
downloadyuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.gz
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.bz2
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.lz
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.xz
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.tar.zst
yuzu-a286b61f75f1b166c34079e6b8f85688bd522ca3.zip
Diffstat (limited to 'src/video_core/vertex_loader.cpp')
-rw-r--r--src/video_core/vertex_loader.cpp2
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"