]> 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 66da6c37c1fb154ec39cac5381e57be04e9978a3..369e75708991f5a6e4d88f578986c245d638b4ce 100644 (file)
@@ -1,11 +1,10 @@
 #include "round_handler.qh"
 
-#include <server/world.qh>
-#include <server/miscfunctions.qh>
-#include "campaign.qh"
-#include "command/vote.qh"
 #include <common/mapobjects/triggers.qh>
-#include "../common/util.qh"
+#include <common/util.qh>
+#include <server/campaign.qh>
+#include <server/command/vote.qh>
+#include <server/world.qh>
 
 void round_handler_Think(entity this)
 {