X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Frpn.qc;h=700ceb46ea02dc5fa5c210b5fc3e3a5074f98a28;hb=b09b7687da385e1cdc51e2f63fb7de4c9f9e12a3;hp=67e07ee6e210faa2d876cff9f57c23eb6ad4f4ab;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/rpn.qc b/qcsrc/common/command/rpn.qc index 67e07ee6e..700ceb46e 100644 --- a/qcsrc/common/command/rpn.qc +++ b/qcsrc/common/command/rpn.qc @@ -1,21 +1,7 @@ -#if defined(CSQC) - #include "../../dpdefs/csprogsdefs.qh" - #include "../../warpzonelib/mathlib.qh" - #include "../util.qh" - #include "rpn.qh" - #include "generic.qh" - #include "shared_defs.qh" -#elif defined(MENUQC) -#elif defined(SVQC) - #include "../../dpdefs/progsdefs.qh" - #include "../../dpdefs/dpextensions.qh" - #include "../../server/sys-post.qh" - #include "../../warpzonelib/mathlib.qh" - #include "../util.qh" - #include "rpn.qh" - #include "generic.qh" - #include "shared_defs.qh" -#endif +#include "command.qh" +#include "rpn.qh" + +#include "../../warpzonelib/mathlib.qh" // ======================================== // RPN command code, written by divVerent