]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Cleanup common includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index d347fcbaf9be95d010a8af0378795ffe3c9fe315..bc0b23b8fbf2a9751912244045c447220dad8408 100644 (file)
@@ -1,10 +1,10 @@
 #include "round_handler.qh"
 
-#include <server/defs.qh>
-#include <server/miscfunctions.qh>
+#include <server/world.qh>
 #include "campaign.qh"
 #include "command/vote.qh"
-#include "../common/util.qh"
+#include <common/mapobjects/triggers.qh>
+#include <common/util.qh>
 
 void round_handler_Think(entity this)
 {