X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fthreadengine.h;h=39f150566bc17ed52dff736fa2e416147958d1f8;hb=080bb7c0b3d4cc3fcd06d04621ae4780ebbf3f2c;hp=e0ed9ec405b006b428c54afce1d32c3bc396267e;hpb=7348bf71fa984ba110fd9ff3897538aa3d3abfb4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/threadengine.h b/include/threadengine.h index e0ed9ec40..39f150566 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -18,8 +18,7 @@ */ -#ifndef THREADENGINE_H -#define THREADENGINE_H +#pragma once #include #include @@ -172,6 +171,3 @@ class CoreExport SocketThread : public Thread */ virtual void OnNotify() = 0; }; - -#endif -