From 56a7b70591f933b587f091de66ba50c988894cac Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 22 May 2009 15:39:22 +0000 Subject: (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp --- src/network/core/tcp_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core') diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h index d01a3d9a8..1d29b5a02 100644 --- a/src/network/core/tcp_game.h +++ b/src/network/core/tcp_game.h @@ -12,7 +12,7 @@ #include "os_abstraction.h" #include "tcp.h" #include "packet.h" -#include "../../core/pool.hpp" +#include "../../core/pool_type.hpp" /** * Enum with all types of UDP packets. -- cgit v1.2.3-54-g00ecf