X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fthreadengine.h;h=39f150566bc17ed52dff736fa2e416147958d1f8;hb=080bb7c0b3d4cc3fcd06d04621ae4780ebbf3f2c;hp=f01abfbbe393f629868d28e0f6d3a1c0448c02df;hpb=fcacc8e0306382bc3f938073092c3729d77e2b41;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/threadengine.h b/include/threadengine.h index f01abfbbe..39f150566 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -18,19 +18,14 @@ */ -#ifndef THREADENGINE_H -#define THREADENGINE_H +#pragma once #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 @@ -176,6 +171,3 @@ class CoreExport SocketThread : public Thread */ virtual void OnNotify() = 0; }; - -#endif -