X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Ft_items.qc;h=b0e1315f69bf3d9abc33c5b9be58f4556e6363db;hb=f1a87492d9fed27a64d0e99c068705aba5509f26;hp=f9ebb97866a67a9ab16c28f6ed2c55be541e86b9;hpb=61a847dbaab291d205cc9684b6d1a6e9bdad6375;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/t_items.qc b/qcsrc/client/t_items.qc index f9ebb9786..b0e1315f6 100644 --- a/qcsrc/client/t_items.qc +++ b/qcsrc/client/t_items.qc @@ -1,10 +1,7 @@ -#include "_all.qh" -#include "movetypes.qh" -#include "../common/buffs.qh" -#include "../common/util.qh" -#include "../common/weapons/weapons.qh" -#include "../csqcmodellib/cl_model.qh" -#include "../csqcmodellib/common.qh" +#include "../common/movetypes/movetypes.qh" +#include "../common/weapons/all.qh" +#include "../lib/csqcmodel/cl_model.qh" +#include "../lib/csqcmodel/common.qh" #include "../server/t_items.qc"