]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/_all.qh
Update more include paths to simplify log output
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / _all.qh
index 3636f89848037cf7770455030fc5203bd9b2c7f6..2b67138bcbfafbfecc248badcf7cbe9a74a025d4 100644 (file)
@@ -42,9 +42,9 @@ const string STR_OBSERVER = "observer";
 
 // NOTE: FOR_EACH_MONSTER deprecated! Use the following instead: FOREACH_ENTITY_FLAGS(flags, FL_MONSTER, LAMBDA(yourcode));
 
-#include "../common/effects/all.qh"
-#include "../common/models/all.qh"
-#include "../common/sounds/all.qh"
+#include <common/effects/all.qh>
+#include <common/models/all.qh>
+#include <common/sounds/all.qh>
 
 #include "autocvars.qh"
 #include "constants.qh"