diff options
author | madmaxoft <github@xoft.cz> | 2014-01-23 23:35:23 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-23 23:35:23 +0100 |
commit | 5f34c78091a7c884a9c27c0f0691cd1f03174dfe (patch) | |
tree | 0162e472332c09c3841bd46656ae8b2ec7f87b0e /src/Protocol/Protocol14x.cpp | |
parent | Fixed a bug in LeakFinder. (diff) | |
download | cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar.gz cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar.bz2 cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar.lz cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar.xz cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.tar.zst cuberite-5f34c78091a7c884a9c27c0f0691cd1f03174dfe.zip |
Diffstat (limited to 'src/Protocol/Protocol14x.cpp')
-rw-r--r-- | src/Protocol/Protocol14x.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Protocol/Protocol14x.cpp b/src/Protocol/Protocol14x.cpp index 127ce9d4b..f82e6de45 100644 --- a/src/Protocol/Protocol14x.cpp +++ b/src/Protocol/Protocol14x.cpp @@ -33,8 +33,6 @@ Implements the 1.4.x protocol classes representing these protocols: #pragma warning(disable:4702) #endif -#include "cryptopp/randpool.h" - #ifdef _MSC_VER #pragma warning(pop) #endif |