X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=f883b84b4baa0a93cfb699f9e1b3a20396b6659b;hb=32b91117ed4ed81d1b60cb69000270476ac617e6;hp=fa4c9ec8fbccd535a81233ea900a9d5e1aeab565;hpb=d2553d65faa80095dd9efdd5fe4fe7e438f53cd1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index fa4c9ec8f..f883b84b4 100644 --- a/qcsrc/server/mutators/mutator.qh +++ b/qcsrc/server/mutators/mutator.qh @@ -2,7 +2,6 @@ #define MUTATOR_H #include "../../common/mutators/base.qh" -#include "mutator_nades.qh" #include "../cl_client.qh" #include "../cl_player.qh" @@ -19,7 +18,6 @@ #include "../bot/havocbot/havocbot.qh" #include "../bot/havocbot/roles.qh" -#include "../bot/havocbot/role_keyhunt.qh" #include "../command/vote.qh" #include "../command/common.qh" @@ -29,7 +27,7 @@ #include "../weapons/throwing.qh" #include "../weapons/weaponsystem.qh" -#include "../../common/deathtypes.qh" +#include "../../common/deathtypes/all.qh" #include "../../common/notifications.qh" #include "../../common/triggers/teleporters.qh" #include "../../common/triggers/subs.qh" @@ -38,9 +36,8 @@ #include "../../common/monsters/all.qh" -#include "../../warpzonelib/anglestransform.qh" -#include "../../warpzonelib/mathlib.qh" -#include "../../warpzonelib/server.qh" -#include "../../warpzonelib/util_server.qh" +#include "../../lib/warpzone/anglestransform.qh" +#include "../../lib/warpzone/server.qh" +#include "../../lib/warpzone/util_server.qh" #endif