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:23:14 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-04-10 10:23:14 +0300
commit5bfd665783217810a9747f6572310b55c343b6ab (patch)
tree805c5d825d63307c4a2e84cd80d578b09406e6a2 /src/murmur/Server.h
parent5ede036c7d1c92944447ec9b3022270d3a85315b (diff)
Net: refactor Ban class to its own set of files.
Diffstat (limited to 'src/murmur/Server.h')
-rw-r--r--src/murmur/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/Server.h b/src/murmur/Server.h
index efa9ac938..70d487444 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -35,8 +35,8 @@
#include "Mumble.pb.h"
#include "User.h"
#include "Timer.h"
-#include "Net.h"
#include "HostAddress.h"
+#include "Ban.h"
class BonjourServer;
class Channel;