Quellcode durchsuchen

vertex_loader: Correct header ordering

Lioncash vor 10 Jahren
Ursprung
Commit
a286b61f75
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"