X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fthreadengine.h;h=e0ed9ec405b006b428c54afce1d32c3bc396267e;hb=9de86c34d41fcbcedf7b332746b7f0e8c37c7c45;hp=f01abfbbe393f629868d28e0f6d3a1c0448c02df;hpb=46a39046196f55b52336e19662bb7bac85b731ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/threadengine.h b/include/threadengine.h index f01abfbbe..e0ed9ec40 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -24,13 +24,9 @@ #include #include #include -#include "inspircd_config.h" +#include "config.h" #include "base.h" -#ifdef WINDOWS -#include "threadengines/threadengine_win32.h" -#endif - class ThreadData; /** Derive from this class to implement your own threaded sections of