]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/loader.qc
Apply a standard alphabetical sort order to the server side includes and use constant...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / loader.qc
index 0830fb686d1ccdf8a5d6e04f73bd06ed08b9b5af..8913e7f24638316d084d7e82f73d95910eedf400 100644 (file)
@@ -1,9 +1,9 @@
 #include "loader.qh"
 
-#include <common/mutators/base.qh>
 #include <common/mapinfo.qh>
-#include <common/weapons/_all.qh>
+#include <common/mutators/base.qh>
 #include <common/stats.qh>
+#include <common/weapons/_all.qh>
 
 STATIC_INIT_LATE(Gametype) {
     Gametype g = MapInfo_CurrentGametype();