]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/hitplot.qc
Merge branch 'master' into terencehill/ft_autorevive_progress
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qc
index 45642f2985b574fdca7a569fe7f73478e6d716c0..c42d88b977bcd265607be7f07bb088a643d21266 100644 (file)
@@ -1,13 +1,13 @@
 #include "hitplot.qh"
 
-#include <server/client.qh>
-#include <common/weapons/_all.qh>
+#include <common/state.qh>
 #include <common/stats.qh>
-#include <server/world.qh>
-#include "../antilag.qh"
 #include <common/weapons/_all.qh>
-#include <common/state.qh>
+#include <common/weapons/_all.qh>
 #include <common/wepent.qh>
+#include <server/antilag.qh>
+#include <server/client.qh>
+#include <server/world.qh>
 
 vector W_HitPlotUnnormalizedUntransform(vector screenforward, vector screenright, vector screenup, vector v)
 {