]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Obey strict sorting when comparing player scores, fixes #1469
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index d347fcbaf9be95d010a8af0378795ffe3c9fe315..369e75708991f5a6e4d88f578986c245d638b4ce 100644 (file)
@@ -1,10 +1,10 @@
 #include "round_handler.qh"
 
-#include <server/defs.qh>
-#include <server/miscfunctions.qh>
-#include "campaign.qh"
-#include "command/vote.qh"
-#include "../common/util.qh"
+#include <common/mapobjects/triggers.qh>
+#include <common/util.qh>
+#include <server/campaign.qh>
+#include <server/command/vote.qh>
+#include <server/world.qh>
 
 void round_handler_Think(entity this)
 {