]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qc
Phase out miscfunctions.qc from the server codebase, preferring more fitting location...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qc
index b629ef168449af6f5280a1fd5469ddacc2bc645b..4bcffe68a4c2b5a0a762edbafa7eb75eff3cd506 100644 (file)
@@ -1,8 +1,7 @@
 #include "spawnpoints.qh"
 
 #include <server/mutators/_mod.qh>
-#include "world.qh"
-#include "miscfunctions.qh"
+#include <server/world.qh>
 #include "race.qh"
 #include <common/weapons/_all.qh>
 #include <common/stats.qh>
@@ -16,6 +15,7 @@
 #include "../common/util.qh"
 #include "../lib/warpzone/common.qh"
 #include "../lib/warpzone/util_server.qh"
+#include <server/intermission.qh>
 #include <server/utils.qh>
 #include <server/command/vote.qh>