X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fthreadengine.h;h=4bf5a48f38399a94d367989f405f9bff213f5936;hb=772dad05a42e20e03a5445b84a7f6612ee44283f;hp=f01abfbbe393f629868d28e0f6d3a1c0448c02df;hpb=44f42a13de52c8025942ddab42f51feb36821782;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/threadengine.h b/include/threadengine.h index f01abfbbe..4bf5a48f3 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -27,10 +27,6 @@ #include "inspircd_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