]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qc
Clean up weapon code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qc
index 536a3b6235ee1328d584468e1c2c8fc5f009f811..48c252def49ee3b9d0451fd321c2272c5dcbaae8 100644 (file)
@@ -1,17 +1,15 @@
 #include "anticheat.qh"
 
-#include "antilag.qh"
-#include "autocvars.qh"
-#include <common/weapons/_all.qh>
+#include <common/playerstats.qh>
+#include <common/state.qh>
 #include <common/stats.qh>
+#include <common/weapons/_all.qh>
+#include <server/antilag.qh>
 #include <server/client.qh>
+#include <server/command/common.qh>
 #include <server/gamelog.qh>
 #include <server/main.qh>
 
-#include "command/common.qh"
-#include <common/playerstats.qh>
-#include <common/state.qh>
-
 .float anticheat_jointime;
 
 .float anticheat_fixangle_endtime;