X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Ft_items.qc;h=f4096b87a6a8fabed875b52faf37a62ca3e2edfc;hb=289dc834837712c152d42d7755992e8e5ed09deb;hp=ca631fcbd518929531c402fd5ef1e303cdf0d176;hpb=403009a6838f98e3857e5708f5402c781ec003ce;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/t_items.qc b/qcsrc/client/t_items.qc index ca631fcbd..f4096b87a 100644 --- a/qcsrc/client/t_items.qc +++ b/qcsrc/client/t_items.qc @@ -1,10 +1,8 @@ -#include "_all.qh" -#include "movetypes.qh" -#include "../common/buffs.qh" -#include "../common/util.qh" +#include "../common/buffs/all.qh" +#include "../common/movetypes/movetypes.qh" #include "../common/weapons/all.qh" -#include "../csqcmodellib/cl_model.qh" -#include "../csqcmodellib/common.qh" +#include "../lib/csqcmodel/cl_model.qh" +#include "../lib/csqcmodel/common.qh" #include "../server/t_items.qc"