summaryrefslogtreecommitdiffstats
path: root/src/Protocol
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-30 17:06:31 +0200
committermadmaxoft <github@xoft.cz>2014-04-30 17:06:46 +0200
commit58929a994830329120c68bf43cf6fcb8a90be960 (patch)
tree58873e201de6481999a0f0d696679d381db2ed77 /src/Protocol
parentMerge pull request #965 from mc-server/SslWrappers (diff)
downloadcuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar.gz
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar.bz2
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar.lz
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar.xz
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.tar.zst
cuberite-58929a994830329120c68bf43cf6fcb8a90be960.zip
Diffstat (limited to 'src/Protocol')
-rw-r--r--src/Protocol/Authenticator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp
index 8100b6395..41d614e58 100644
--- a/src/Protocol/Authenticator.cpp
+++ b/src/Protocol/Authenticator.cpp
@@ -2,7 +2,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Authenticator.h"
-#include "../OSSupport/BlockingTCPLink.h"
#include "../Root.h"
#include "../Server.h"
#include "../ClientHandle.h"