X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sv_ccmds.c;h=c2e3a667584b06ba4b9ffac581c99f688d23b979;hb=5d041f981f3356cde47d00fc4b370e6564be86cc;hp=b549005b0658974c50c35796da8c09e858d782f8;hpb=bbc06a4f21fbf57a6ba726e505ef3a1fcd252733;p=xonotic%2Fdarkplaces.git diff --git a/sv_ccmds.c b/sv_ccmds.c index b549005b..c2e3a667 100644 --- a/sv_ccmds.c +++ b/sv_ccmds.c @@ -18,10 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include -#include -#include +#include "quakedef.h" +#include "utf8lib.h" +#include "server.h" +#include "sv_demo.h" int current_skill; cvar_t sv_cheats = {CVAR_SERVER | CVAR_NOTIFY, "sv_cheats", "0", "enables cheat commands in any game, and cheat impulses in dpmod"};