summaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cpp_api/s_server.h')
-rw-r--r--src/script/cpp_api/s_server.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/script/cpp_api/s_server.h b/src/script/cpp_api/s_server.h
index a63e36320..74de19bee 100644
--- a/src/script/cpp_api/s_server.h
+++ b/src/script/cpp_api/s_server.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 S_SERVER_H_
-#define S_SERVER_H_
+#pragma once
#include "cpp_api/s_base.h"
#include <set>
@@ -46,7 +45,3 @@ private:
void getAuthHandler();
void readPrivileges(int index, std::set<std::string> &result);
};
-
-
-
-#endif /* S_SERVER_H_ */