diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-03 23:38:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-03 23:38:17 +0300 |
commit | 1af7d824adf74c7b453e2096a79246d1fd58b19f (patch) | |
tree | 68f1f02bc32abdd22b7aaeb976ca280a1cadc477 /src/net/net.h | |
parent | 58f7f377a7fa6ba1aabfc35e337e7a81f769e45d (diff) | |
download | plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.gz plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.bz2 plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.xz plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.zip |
Fix code style.
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 4 |
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 { |