]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qc
Apply a standard alphabetical sort order to the server side includes and use constant...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qc
index 1ad2640ad63cbb73ad89c1d6e48a31acb143c13a..c7c9c3e8d74ed5e61f2747d37683d84ad99e9363 100644 (file)
@@ -1,11 +1,11 @@
 #include "scores_rules.qh"
 
-#include <common/weapons/_all.qh>
-#include <common/stats.qh>
-#include "client.qh"
-#include "scores.qh"
 #include <common/gamemodes/rules.qh>
-#include "teamplay.qh"
+#include <common/stats.qh>
+#include <common/weapons/_all.qh>
+#include <server/client.qh>
+#include <server/scores.qh>
+#include <server/teamplay.qh>
 
 int ScoreRules_teams;