diff options
author | rubidium <rubidium@openttd.org> | 2009-11-28 20:35:25 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-28 20:35:25 +0000 |
commit | b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0 (patch) | |
tree | 304515b2cbbca147b210ba9afd3eaf505cf36fe6 /src/network/core | |
parent | bf0b72ae9e907143455225a2a5ea68229b83e9b6 (diff) | |
download | openttd-b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0.tar.xz |
(svn r18330) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/tcp_game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/core/tcp_game.cpp b/src/network/core/tcp_game.cpp index b0c685378..027498ea1 100644 --- a/src/network/core/tcp_game.cpp +++ b/src/network/core/tcp_game.cpp @@ -14,7 +14,6 @@ #ifdef ENABLE_NETWORK #include "../../stdafx.h" -#include "../../openttd.h" #include "../network_internal.h" #include "../../core/pool_func.hpp" |