aboutsummaryrefslogtreecommitdiff
path: root/src/serverlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverlist.h')
-rw-r--r--src/serverlist.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/serverlist.h b/src/serverlist.h
index 079026199..796b23b98 100644
--- a/src/serverlist.h
+++ b/src/serverlist.h
@@ -22,8 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mods.h"
#include <json/json.h>
-#ifndef SERVERLIST_HEADER
-#define SERVERLIST_HEADER
+#pragma once
typedef Json::Value ServerListSpec;
@@ -51,5 +50,3 @@ void sendAnnounce(AnnounceAction, u16 port,
#endif
} // namespace ServerList
-
-#endif