]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator.qh
Merge branch 'master' into Mirio/balance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator.qh
index 485bce29874eaff11f0af3faf529973ef37603e8..40fad29b34426e03fae679d508eab6968ca327ba 100644 (file)
@@ -1,31 +1,30 @@
-#ifndef MUTATOR_H
-#define MUTATOR_H
+#pragma once
 
 #include <common/mutators/base.qh>
 
-#include "../cl_client.qh"
-#include "../cl_player.qh"
-#include "../cl_impulse.qh"
-#include "../cheats.qh"
-#include "../g_damage.qh"
-#include "../round_handler.qh"
-#include "../scores.qh"
-#include "../scores_rules.qh"
+#include <server/cl_client.qh>
+#include <server/cl_player.qh>
+#include <server/cl_impulse.qh>
+#include <server/cheats.qh>
+#include <server/g_damage.qh>
+#include <server/round_handler.qh>
+#include <server/scores.qh>
+#include <server/scores_rules.qh>
 
-#include "../bot/bot.qh"
-#include "../bot/navigation.qh"
-#include "../bot/waypoints.qh"
+#include <server/bot/bot.qh>
+#include <server/bot/navigation.qh>
+#include <server/bot/waypoints.qh>
 
-#include "../bot/havocbot/havocbot.qh"
-#include "../bot/havocbot/roles.qh"
+#include <server/bot/havocbot/havocbot.qh>
+#include <server/bot/havocbot/roles.qh>
 
-#include "../command/vote.qh"
-#include "../command/common.qh"
+#include <server/command/vote.qh>
+#include <server/command/common.qh>
 
-#include "../weapons/common.qh"
-#include "../weapons/tracing.qh"
-#include "../weapons/throwing.qh"
-#include "../weapons/weaponsystem.qh"
+#include <server/weapons/common.qh>
+#include <server/weapons/tracing.qh>
+#include <server/weapons/throwing.qh>
+#include <server/weapons/weaponsystem.qh>
 
 #include <common/deathtypes/all.qh>
 #include <common/notifications/all.qh>
@@ -39,5 +38,3 @@
 #include <lib/warpzone/anglestransform.qh>
 #include <lib/warpzone/server.qh>
 #include <lib/warpzone/util_server.qh>
-
-#endif