1
0

Fixed the remaining derps

This commit is contained in:
Alexander Harkness
2013-11-27 07:40:59 +00:00
parent 3b790bbf67
commit d925cf4def
26 changed files with 30 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
#include "Globals.h"
#include "ChunkDataSerializer.h"
#include "lib/zlib/zlib.h"
#include "zlib/zlib.h"

View File

@@ -5,7 +5,7 @@
#include "Globals.h"
#include "ChunkDataSerializer.h"
#include "lib/cryptopp/randpool.h"
#include "cryptopp/randpool.h"
#include "Protocol132.h"
#include "../Root.h"
#include "../Server.h"

View File

@@ -16,7 +16,7 @@ Implements the 1.4.x protocol classes representing these protocols:
#include "../Root.h"
#include "../Server.h"
#include "../ClientHandle.h"
#include "lib/cryptopp/randpool.h"
#include "cryptopp/randpool.h"
#include "../Item.h"
#include "ChunkDataSerializer.h"
#include "../Entities/Player.h"

View File

@@ -16,8 +16,8 @@ Declares the 1.7.x protocol classes:
#include "Protocol.h"
#include "../ByteBuffer.h"
#include "lib/cryptopp/modes.h"
#include "lib/cryptopp/aes.h"
#include "cryptopp/modes.h"
#include "cryptopp/aes.h"