Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / serverlist.h
index 0790261998b13efcc0bd302dde2a4554145f1011..2b82b7431833404bc47df3fce078c0e60ff824f8 100644 (file)
@@ -19,11 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include <iostream>
 #include "config.h"
-#include "mods.h"
+#include "content/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