Просмотр исходного кода

vertex_loader: Correct header ordering

Lioncash 10 лет назад
Родитель
Сommit
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"