summaryrefslogtreecommitdiff
path: root/src/network/core/udp.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-04 21:21:14 +0000
committerrubidium <rubidium@openttd.org>2007-01-04 21:21:14 +0000
commitb2f85eb044df4ea47ce53115f11a113d2914df24 (patch)
tree4c7e6ca9c865a3742f60ab96f7df1a62a5eaf374 /src/network/core/udp.h
parentbfe4dcbc390e46b0e57e4521944c3839354d05ba (diff)
downloadopenttd-b2f85eb044df4ea47ce53115f11a113d2914df24.tar.xz
(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
Diffstat (limited to 'src/network/core/udp.h')
-rw-r--r--src/network/core/udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/core/udp.h b/src/network/core/udp.h
index ab7682836..ce8b0e88f 100644
--- a/src/network/core/udp.h
+++ b/src/network/core/udp.h
@@ -5,6 +5,11 @@
#ifdef ENABLE_NETWORK
+#include "os_abstraction.h"
+#include "game.h"
+#include "packet.h"
+#include "../../newgrf_config.h"
+
/**
* @file udp.h Basic functions to receive and send UDP packets.
*/