]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/weaponsystem.qc
Further cleanup of defs.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / weaponsystem.qc
index cbfba4c9f3ef4ae7b2b75d29b4bb559a53c7ab44..81b25e845f81879b46a9fac4118e9fac5ae5e3b7 100644 (file)
@@ -3,7 +3,9 @@
 #include "selection.qh"
 
 #include "../command/common.qh"
+#include <server/client.qh>
 #include <server/g_damage.qh>
+#include <server/g_world.qh>
 #include <server/items/items.qh>
 #include <server/mutators/_mod.qh>
 #include "../round_handler.qh"
@@ -11,6 +13,7 @@
 #include <server/resources.qh>
 #include <common/animdecide.qh>
 #include <common/constants.qh>
+#include <common/items/_mod.qh>
 #include <common/net_linked.qh>
 #include <common/mapobjects/platforms.qh>
 #include <common/monsters/_mod.qh>