diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-20 09:55:11 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-20 10:28:02 +0200 |
commit | 07f3f7ec30ed0e751f614720b2f189f8d9f442cc (patch) | |
tree | dcde6ffe381e219a22756ea914037302840c9f76 /src/Protocol/Protocol_1_8.h | |
parent | Remove GetProtocolVersion unneeded comments (diff) | |
download | cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar.gz cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar.bz2 cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar.lz cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar.xz cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.tar.zst cuberite-07f3f7ec30ed0e751f614720b2f189f8d9f442cc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol_1_8.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_8.h b/src/Protocol/Protocol_1_8.h index 005cabfe3..cd9e2f095 100644 --- a/src/Protocol/Protocol_1_8.h +++ b/src/Protocol/Protocol_1_8.h @@ -15,7 +15,6 @@ Declares the 1.8 protocol classes: #include "Protocol.h" #include "../ByteBuffer.h" -#include "../World.h" #include "../mbedTLS++/AesCfb128Decryptor.h" #include "../mbedTLS++/AesCfb128Encryptor.h" |