summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_content.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-04 20:00:56 +0000
committerrubidium <rubidium@openttd.org>2009-10-04 20:00:56 +0000
commit5ff6053326c060c0c717a0b5745423dda92d7af9 (patch)
treecc22e4d6ce8af11fa57166e92c49e4c5ca9ba1a2 /src/network/core/tcp_content.h
parent1ee5520854db0f7097554da048c28b389326a0c6 (diff)
downloadopenttd-5ff6053326c060c0c717a0b5745423dda92d7af9.tar.xz
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
Diffstat (limited to 'src/network/core/tcp_content.h')
-rw-r--r--src/network/core/tcp_content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h
index b1b100817..2c54641eb 100644
--- a/src/network/core/tcp_content.h
+++ b/src/network/core/tcp_content.h
@@ -14,13 +14,13 @@
#ifndef NETWORK_CORE_CONTENT_H
#define NETWORK_CORE_CONTENT_H
-#ifdef ENABLE_NETWORK
-
#include "os_abstraction.h"
#include "tcp.h"
#include "packet.h"
#include "../../debug.h"
+#ifdef ENABLE_NETWORK
+
/** The values in the enum are important; they are used as database 'keys' */
enum ContentType {
CONTENT_TYPE_BEGIN = 1, ///< Helper to mark the begin of the types