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:
parent
f0fc0edd21
commit
2c5f9350d6
@ -10,10 +10,6 @@
|
||||
|
||||
#include <json/json.h>
|
||||
|
||||
#include "packets/cPacket_CreativeInventoryAction.h"
|
||||
#include "packets/cPacket_WholeInventory.h"
|
||||
#include "packets/cPacket_InventorySlot.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "Globals.h"
|
||||
#include "cSocketThreads.h"
|
||||
#include "cClientHandle.h"
|
||||
// #include "packets/cPacket_RelativeEntityMoveLook.h"
|
||||
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user