]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/t_items.qc
Merge branch 'master' into Mario/monsters_broken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / t_items.qc
index c319467db90bf858ae675214e11d1c7630c7cbef..3981b29eb85fdca9f6f9384cb321b2308a1917c2 100644 (file)
@@ -1,11 +1,10 @@
-#include "autocvars.qh"
-#include "main.qh"
-#include "movetypes.qh"
+#include "_all.qh"
+
 #include "../common/buffs.qh"
+#include "../common/movetypes/movetypes.qh"
 #include "../common/util.qh"
-#include "../common/weapons/weapons.qh"
+#include "../common/weapons/all.qh"
 #include "../csqcmodellib/cl_model.qh"
 #include "../csqcmodellib/common.qh"
-#include "../dpdefs/csprogsdefs.qh"
 
 #include "../server/t_items.qc"