diff options
author | madmaxoft <github@xoft.cz> | 2014-04-30 17:06:31 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-30 17:06:46 +0200 |
commit | 58929a994830329120c68bf43cf6fcb8a90be960 (patch) | |
tree | 58873e201de6481999a0f0d696679d381db2ed77 /src/Protocol/Authenticator.cpp | |
parent | Merge pull request #965 from mc-server/SslWrappers (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Protocol/Authenticator.cpp | 1 |
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" |