]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/loader.qc
Merge branch 'master' into terencehill/lms_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / loader.qc
index f15098766fe069e8b26db3edcb3328508e23d96f..8913e7f24638316d084d7e82f73d95910eedf400 100644 (file)
@@ -1,8 +1,9 @@
 #include "loader.qh"
 
-#include <common/weapons/_all.qh>
+#include <common/mapinfo.qh>
+#include <common/mutators/base.qh>
 #include <common/stats.qh>
-#include <server/miscfunctions.qh>
+#include <common/weapons/_all.qh>
 
 STATIC_INIT_LATE(Gametype) {
     Gametype g = MapInfo_CurrentGametype();