summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-29 17:45:20 +0200
committermadmaxoft <github@xoft.cz>2014-04-29 17:45:20 +0200
commitc045bb3f4ccea1c357a726d73cd75d699cfe901c (patch)
treeb6c01f99ea4546e0fbc3052ad87b829490b6e105
parentMoved the rest of the Crypto objects into their own respective files. (diff)
downloadcuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.gz
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.bz2
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.lz
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.xz
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.zst
cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.zip
-rw-r--r--src/Protocol/Authenticator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp
index f7008a5c4..8100b6395 100644
--- a/src/Protocol/Authenticator.cpp
+++ b/src/Protocol/Authenticator.cpp
@@ -10,12 +10,6 @@
#include "inifile/iniFile.h"
#include "json/json.h"
-#include "polarssl/config.h"
-#include "polarssl/net.h"
-#include "polarssl/ssl.h"
-#include "polarssl/ctr_drbg.h"
-#include "polarssl/error.h"
-
#include "PolarSSL++/BlockingSslClientSocket.h"
#include <sstream>