]> 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 c29e10eb82071a9a60b5f78492afea99b80461e4..636efab13924c0a9bcdbcdc4199832909e8d1cff 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef MUTATOR_H
-#define MUTATOR_H
+#pragma once
 
 #include <common/mutators/base.qh>
 
@@ -28,7 +27,7 @@
 #include "../weapons/weaponsystem.qh"
 
 #include <common/deathtypes/all.qh>
-#include <common/notifications.qh>
+#include <common/notifications/all.qh>
 #include <common/triggers/teleporters.qh>
 #include <common/triggers/subs.qh>
 #include <common/stats.qh>
@@ -39,5 +38,3 @@
 #include <lib/warpzone/anglestransform.qh>
 #include <lib/warpzone/server.qh>
 #include <lib/warpzone/util_server.qh>
-
-#endif