summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/net.h b/src/net/net.h
index 70dbbe1d5..4d84830b0 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -31,7 +31,9 @@
* implementations depending on the type of server the client is connecting to.
*/
-#include "net/serverinfo.h"
+#include "enums/net/servertype.h"
+
+class ServerInfo;
namespace Net
{