Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-04-10 10:22:56 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-04-10 10:22:56 +0300
commit5ede036c7d1c92944447ec9b3022270d3a85315b (patch)
tree557cadc392260b6adb229e09e3e6cb45ba7aa55b /src/murmur/Server.h
parentc01ff8c16f4222801387f68e85bf6f88ee40f553 (diff)
Net: refactor HostAddress class to its own set of files.
Diffstat (limited to 'src/murmur/Server.h')
-rw-r--r--src/murmur/Server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/murmur/Server.h b/src/murmur/Server.h
index 7a1a4bd75..efa9ac938 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -33,9 +33,10 @@
#include "ACL.h"
#include "Message.h"
#include "Mumble.pb.h"
-#include "Net.h"
#include "User.h"
#include "Timer.h"
+#include "Net.h"
+#include "HostAddress.h"
class BonjourServer;
class Channel;