1
0

Removed packet includes where they're not needed

git-svn-id: http://mc-server.googlecode.com/svn/trunk@787 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-08-24 09:50:13 +00:00
parent f0fc0edd21
commit 2c5f9350d6
3 changed files with 1 additions and 6 deletions

View File

@ -10,10 +10,6 @@
#include <json/json.h>
#include "packets/cPacket_CreativeInventoryAction.h"
#include "packets/cPacket_WholeInventory.h"
#include "packets/cPacket_InventorySlot.h"

View File

@ -8,7 +8,6 @@
#include "Globals.h"
#include "cSocketThreads.h"
#include "cClientHandle.h"
// #include "packets/cPacket_RelativeEntityMoveLook.h"

View File

@ -30,7 +30,7 @@ This means that the socket can be written to several times before finally closin
#ifndef CSOCKETTHREADS_H_INCLUDED
#define CSOCKETTHREADS_H_INCLUDED
#include "packets/cPacket.h"
#include "cSocket.h"
#include "cIsThread.h"