aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/connection.h')
-rw-r--r--src/network/connection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/network/connection.h b/src/network/connection.h
index 3dc87b489..bf192870b 100644
--- a/src/network/connection.h
+++ b/src/network/connection.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef CONNECTION_HEADER
-#define CONNECTION_HEADER
+#pragma once
#include "irrlichttypes_bloated.h"
#include "socket.h"
@@ -1068,5 +1067,3 @@ private:
};
} // namespace
-
-#endif