X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.inc;h=fd0b0c99e2d60dc5f382747a860548a706b12017;hp=ed005dfad6e037f827bfc54a7e935e37635e3143;hb=e0012447bfce1b551df3dc01b043655aa93dafad;hpb=2069190c25158e94d299e230a2bd361cd720ca8f diff --git a/qcsrc/server/progs.inc b/qcsrc/server/progs.inc index ed005dfad..fd0b0c99e 100644 --- a/qcsrc/server/progs.inc +++ b/qcsrc/server/progs.inc @@ -1,23 +1,11 @@ -#ifndef DEBUGPATHING - #define DEBUGPATHING 0 -#endif - #include #if XONOTIC -#include "_all.qh" - -#include "../server/_mod.inc" -#include "bot/_mod.inc" -#include "bot/havocbot/_mod.inc" -#include "command/_mod.inc" -#include "mutators/_mod.inc" -#include "pathlib/_all.inc" -#include "weapons/_mod.inc" +#include #include -#include +#include #include @@ -26,8 +14,9 @@ #include #include +#include #endif -#if BUILD_MOD -#include "../../mod/server/progs.inc" +#ifdef BUILD_MOD +#include #endif