diff --git a/common/tcp_connection.cpp b/common/tcp_connection.cpp index ea57a6301..890a46adc 100644 --- a/common/tcp_connection.cpp +++ b/common/tcp_connection.cpp @@ -15,17 +15,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "../common/debug.h" #include #include -#include #include #include "tcp_connection.h" -#include "../common/servertalk.h" -#include "../common/timer.h" -#include "../common/packet_dump.h" #ifdef FREEBSD //Timothy Whitman - January 7, 2003 #define MSG_NOSIGNAL 0 diff --git a/common/tcp_connection.h b/common/tcp_connection.h index 2e5b7e883..db38c941b 100644 --- a/common/tcp_connection.h +++ b/common/tcp_connection.h @@ -48,8 +48,6 @@ #include "queue.h" #include "misc_functions.h" -class BaseTCPServer; -class ServerPacket; #define TCPConnection_ErrorBufferSize 1024 #define MaxTCPReceiveBuffferSize 524288