]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/sv_turrets.qc
Sort most common includes alphabetically
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / sv_turrets.qc
index 98490610a2470c1aacd575ce26f812764c7b3f65..1900def331225da85a766298834043bc3a2de06f 100644 (file)
@@ -1,12 +1,13 @@
 #include "sv_turrets.qh"
+
 #ifdef SVQC
+#include <common/mapobjects/defs.qh>
 #include <server/autocvars.qh>
 #include <server/bot/api.qh>
 #include <server/damage.qh>
 #include <server/weapons/common.qh>
 #include <server/weapons/weaponsystem.qh>
 #include <server/world.qh>
-#include <common/mapobjects/defs.qh>
 
 // Generic aiming
 vector turret_aim_generic(entity this)