Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/server/StarServerRconClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/server/StarServerRconClient.hpp')
-rw-r--r--source/server/StarServerRconClient.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/server/StarServerRconClient.hpp b/source/server/StarServerRconClient.hpp
index 8c9bb25..bfca40f 100644
--- a/source/server/StarServerRconClient.hpp
+++ b/source/server/StarServerRconClient.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_SERVER_RCON_CLIENT_HPP
-#define STAR_SERVER_RCON_CLIENT_HPP
+#pragma once
#include "StarThread.hpp"
#include "StarTcp.hpp"
@@ -47,5 +46,3 @@ private:
};
typedef shared_ptr<ServerRconClient> ServerRconClientPtr;
}
-
-#endif