X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=636efab13924c0a9bcdbcdc4199832909e8d1cff;hb=6e0735e995e35d56e60f8b816285077b7db0b155;hp=d7474fab45e3c75352109cdadc38b88426409556;hpb=cf4d36d9d295ce940e9e9bdf7a711e4036de0b3c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index d7474fab4..636efab13 100644 --- a/qcsrc/server/mutators/mutator.qh +++ b/qcsrc/server/mutators/mutator.qh @@ -1,20 +1,15 @@ -#ifndef MUTATOR_H -#define MUTATOR_H +#pragma once -#include "base.qh" -#include "mutator_nades.qh" +#include #include "../cl_client.qh" #include "../cl_player.qh" #include "../cl_impulse.qh" #include "../cheats.qh" #include "../g_damage.qh" -#include "../g_subs.qh" -#include "../t_teleporters.qh" #include "../round_handler.qh" #include "../scores.qh" #include "../scores_rules.qh" -#include "../waypointsprites.qh" #include "../bot/bot.qh" #include "../bot/navigation.qh" @@ -22,7 +17,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" @@ -32,16 +26,15 @@ #include "../weapons/throwing.qh" #include "../weapons/weaponsystem.qh" -#include "../../common/deathtypes.qh" -#include "../../common/notifications.qh" -#include "../../common/stats.qh" -#include "../../common/teams.qh" +#include +#include +#include +#include +#include +#include -#include "../../common/monsters/all.qh" +#include -#include "../../warpzonelib/anglestransform.qh" -#include "../../warpzonelib/mathlib.qh" -#include "../../warpzonelib/server.qh" -#include "../../warpzonelib/util_server.qh" - -#endif +#include +#include +#include