]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Makefile: use `-I.`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index d2233029d8eee619902f4dc55175825e687c7783..ea61290e5adc45f2588eddcaa2640a2fafecf5d3 100644 (file)
@@ -1,13 +1,13 @@
-#include "../../common/command/command.qh"
+#include <common/command/command.qh>
 #include "getreplies.qh"
 
 #include "../race.qh"
 
 #include "getreplies.qh"
 
 #include "../race.qh"
 
-#include "../../common/constants.qh"
-#include "../../common/mapinfo.qh"
-#include "../../common/util.qh"
+#include <common/constants.qh>
+#include <common/mapinfo.qh>
+#include <common/util.qh>
 
 
-#include "../../common/monsters/all.qh"
+#include <common/monsters/all.qh>
 
 // =========================================================
 //  Reply messages for common commands, re-worked by Samual
 
 // =========================================================
 //  Reply messages for common commands, re-worked by Samual