diff options
author | Adam <Adam@anope.org> | 2014-04-01 22:24:50 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-01 22:24:50 -0400 |
commit | 44637154da89028a99920bd6ead5d917d8a894a4 (patch) | |
tree | cb2bd670800efb25beb2c71983b1db49a3f78d49 /include/threadengine.h | |
parent | b12a51a430b00e857cc5568c9fd994bbd88c8ff7 (diff) |
Require cmake 2.8 and C++11 support
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index 6672fa0e6..61e8822d2 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -10,8 +10,7 @@ * */ -#ifndef THREADENGINE_H -#define THREADENGINE_H +#pragma once #include "sockets.h" #include "extensible.h" @@ -118,4 +117,3 @@ class CoreExport Condition : public Mutex void Wait(); }; -#endif // THREADENGINE_H |