summaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-01 22:24:50 -0400
committerAdam <Adam@anope.org>2014-04-01 22:24:50 -0400
commit44637154da89028a99920bd6ead5d917d8a894a4 (patch)
treecb2bd670800efb25beb2c71983b1db49a3f78d49 /include/socketengine.h
parentb12a51a430b00e857cc5568c9fd994bbd88c8ff7 (diff)
Require cmake 2.8 and C++11 support
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index 8772b14a6..ac6f2a35b 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -10,8 +10,7 @@
*
*/
-#ifndef SOCKETENGINE_H
-#define SOCKETENGINE_H
+#pragma once
#include "services.h"
#include "sockets.h"
@@ -48,4 +47,3 @@ class CoreExport SocketEngine
static bool IgnoreErrno();
};
-#endif // SOCKETENGINE_H