فهرست منبع

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"