comparison src/network/core/tcp.cpp @ 9428:ba7cdcf21f4c draft

(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
author rubidium <rubidium@openttd.org>
date Fri, 30 May 2008 18:20:26 +0000
parents f8dda7737158
children 789e66340e43
comparison
equal deleted inserted replaced
9427:0e29bbce6207 9428:ba7cdcf21f4c
9 #include "../../stdafx.h" 9 #include "../../stdafx.h"
10 #include "../../debug.h" 10 #include "../../debug.h"
11 #include "../../openttd.h" 11 #include "../../openttd.h"
12 #include "../../variables.h" 12 #include "../../variables.h"
13 13
14 #include "../network_data.h" 14 #include "../network_internal.h"
15 #include "packet.h" 15 #include "packet.h"
16 #include "tcp.h" 16 #include "tcp.h"
17 17
18 #include "table/strings.h" 18 #include "table/strings.h"
19 19