diff options
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index b5f8e5755..705eb9d6e 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -9,8 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#ifndef THREADENGINE_H -#define THREADENGINE_H +#pragma once #include "sockets.h" #include "extensible.h" @@ -112,5 +111,3 @@ class CoreExport Condition : public Mutex */ void Wait(); }; - -#endif // THREADENGINE_H |