From 2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 24 Aug 2012 09:50:13 +0000 Subject: Removed packet includes where they're not needed git-svn-id: http://mc-server.googlecode.com/svn/trunk@787 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cCreativeInventory.cpp | 4 ---- source/cSocketThreads.cpp | 1 - source/cSocketThreads.h | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/source/cCreativeInventory.cpp b/source/cCreativeInventory.cpp index f1a1ae89c..e8b3a0d15 100644 --- a/source/cCreativeInventory.cpp +++ b/source/cCreativeInventory.cpp @@ -10,10 +10,6 @@ #include -#include "packets/cPacket_CreativeInventoryAction.h" -#include "packets/cPacket_WholeInventory.h" -#include "packets/cPacket_InventorySlot.h" - diff --git a/source/cSocketThreads.cpp b/source/cSocketThreads.cpp index 594d5a7d7..08ca4fcc7 100644 --- a/source/cSocketThreads.cpp +++ b/source/cSocketThreads.cpp @@ -8,7 +8,6 @@ #include "Globals.h" #include "cSocketThreads.h" #include "cClientHandle.h" -// #include "packets/cPacket_RelativeEntityMoveLook.h" diff --git a/source/cSocketThreads.h b/source/cSocketThreads.h index b13ecf02d..682b0d5c4 100644 --- a/source/cSocketThreads.h +++ b/source/cSocketThreads.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" -- cgit v1.2.3