X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fgetreplies.qc;h=543f1db1525a374a501a7e66e7cc50ed4461089c;hb=a11e3217808e6c8f2c971401ba2bcc43578832b1;hp=aa8efd6d69a15934416371d6066b76c419bfc212;hpb=ea48961feb50159e05ef56f38b7fd0ebc15cc64e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/getreplies.qc b/qcsrc/server/command/getreplies.qc index aa8efd6d6..543f1db15 100644 --- a/qcsrc/server/command/getreplies.qc +++ b/qcsrc/server/command/getreplies.qc @@ -1,17 +1,15 @@ -#if defined(CSQC) -#elif defined(MENUQC) -#elif defined(SVQC) - #include "../../dpdefs/progsdefs.qh" - #include "../../dpdefs/dpextensions.qh" - #include "../../common/constants.qh" - #include "../../common/util.qh" - #include "../../common/counting.qh" - #include "../../common/monsters/monsters.qh" - #include "../defs.qh" - #include "../../common/mapinfo.qh" - #include "getreplies.qh" - #include "../race.qh" -#endif +#include "../../common/command/command.qh" +#include "getreplies.qh" +#include "../_all.qh" + +#include "../race.qh" + +#include "../../common/constants.qh" +#include "../../common/counting.qh" +#include "../../common/mapinfo.qh" +#include "../../common/util.qh" + +#include "../../common/monsters/all.qh" // ========================================================= // Reply messages for common commands, re-worked by Samual