]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator.qh
index 36bf631bbd3551608130cabe1a10ff80f6e649a7..636efab13924c0a9bcdbcdc4199832909e8d1cff 100644 (file)
@@ -1,8 +1,6 @@
-#ifndef MUTATOR_H
-#define MUTATOR_H
+#pragma once
 
-#include "base.qh"
-#include "mutator_nades.qh"
+#include <common/mutators/base.qh>
 
 #include "../cl_client.qh"
 #include "../cl_player.qh"
@@ -12,7 +10,6 @@
 #include "../round_handler.qh"
 #include "../scores.qh"
 #include "../scores_rules.qh"
-#include "../waypointsprites.qh"
 
 #include "../bot/bot.qh"
 #include "../bot/navigation.qh"
@@ -20,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"
 #include "../weapons/throwing.qh"
 #include "../weapons/weaponsystem.qh"
 
-#include "../../common/deathtypes.qh"
-#include "../../common/notifications.qh"
-#include "../../common/triggers/teleporters.qh"
-#include "../../common/triggers/subs.qh"
-#include "../../common/stats.qh"
-#include "../../common/teams.qh"
+#include <common/deathtypes/all.qh>
+#include <common/notifications/all.qh>
+#include <common/triggers/teleporters.qh>
+#include <common/triggers/subs.qh>
+#include <common/stats.qh>
+#include <common/teams.qh>
 
-#include "../../common/monsters/all.qh"
+#include <common/monsters/all.qh>
 
-#include "../../warpzonelib/anglestransform.qh"
-#include "../../warpzonelib/mathlib.qh"
-#include "../../warpzonelib/server.qh"
-#include "../../warpzonelib/util_server.qh"
-
-#endif
+#include <lib/warpzone/anglestransform.qh>
+#include <lib/warpzone/server.qh>
+#include <lib/warpzone/util_server.qh>