diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-07 09:04:14 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-07 09:04:14 -0600 |
commit | 2435b4152d056225329772158cc8a9fc7e4b7f11 (patch) | |
tree | 41806a868b7dd1ec3d53ffae9363a1a72136de95 /src/server/shared/Packets/ByteBuffer.h | |
parent | 12dc250bf06d2eccc0678a5eb2f5a881fec08744 (diff) |
* Nope still won't build yet
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Packets/ByteBuffer.h')
-rw-r--r-- | src/server/shared/Packets/ByteBuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Packets/ByteBuffer.h b/src/server/shared/Packets/ByteBuffer.h index ba0240fb58b..98709a5b0e0 100644 --- a/src/server/shared/Packets/ByteBuffer.h +++ b/src/server/shared/Packets/ByteBuffer.h @@ -22,8 +22,8 @@ #define _BYTEBUFFER_H #include "Common.h" -#include "Errors.h" -#include "Log.h" +#include "Debugging/Errors.h" +#include "Logging/Log.h" #include "Utilities/ByteConverter.h" class ByteBufferException |