]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/include.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / include.qh
index 138d26786be12ff0c3b78864a7c21185049678b8..25688e3ecb692e7114c6ec739d5dbf83236d7aa9 100644 (file)
@@ -3,7 +3,7 @@
 
 // some required common stuff
 #ifdef CSQC
-       #include "../../server/item_key.qh"
+       #include <server/item_key.qh>
 #endif
 #include "triggers.qh"
 #include "subs.qh"
@@ -13,9 +13,6 @@
 // func
 #include "func/include.qh"
 
-// misc
-#include "misc/include.qh"
-
 // target
 #include "target/include.qh"