Преглед изворни кода

vertex_loader: Correct header ordering

Lioncash пре 10 година
родитељ
комит
a286b61f75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/video_core/vertex_loader.cpp

+ 1 - 1
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"