From 7303f7d1990cff2ec9e99917ec021a9d977424df Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 22 Dec 2010 11:46:41 +0000 Subject: (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. --- src/network/core/address.h | 6 +++--- src/network/core/core.h | 6 +++--- src/network/core/tcp_content.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/network') diff --git a/src/network/core/address.h b/src/network/core/address.h index b20a28773..a7f9902a2 100644 --- a/src/network/core/address.h +++ b/src/network/core/address.h @@ -9,8 +9,8 @@ /** @file core/address.h Wrapper for network addresses. */ -#ifndef NETWORK_ADDRESS_H -#define NETWORK_ADDRESS_H +#ifndef NETWORK_CORE_ADDRESS_H +#define NETWORK_CORE_ADDRESS_H #include "os_abstraction.h" #include "config.h" @@ -264,4 +264,4 @@ public: }; #endif /* ENABLE_NETWORK */ -#endif /* NETWORK_ADDRESS_H */ +#endif /* NETWORK_CORE_ADDRESS_H */ diff --git a/src/network/core/core.h b/src/network/core/core.h index 083ec02b2..ca7c763bd 100644 --- a/src/network/core/core.h +++ b/src/network/core/core.h @@ -11,8 +11,8 @@ * @file core.h Base for all network types (UDP and TCP) */ -#ifndef NETWORK_CORE_H -#define NETWORK_CORE_H +#ifndef NETWORK_CORE_CORE_H +#define NETWORK_CORE_CORE_H #include "../../newgrf_config.h" #include "config.h" @@ -82,4 +82,4 @@ public: #endif /* ENABLE_NETWORK */ -#endif /* NETWORK_CORE_H */ +#endif /* NETWORK_CORE_CORE_H */ diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h index f9ff4be35..048ce3da3 100644 --- a/src/network/core/tcp_content.h +++ b/src/network/core/tcp_content.h @@ -11,8 +11,8 @@ * @file tcp_content.h Basic functions to receive and send TCP packets to/from the content server. */ -#ifndef NETWORK_CORE_CONTENT_H -#define NETWORK_CORE_CONTENT_H +#ifndef NETWORK_CORE_TCP_CONTENT_H +#define NETWORK_CORE_TCP_CONTENT_H #include "os_abstraction.h" #include "tcp.h" @@ -215,4 +215,4 @@ public: #endif /* ENABLE_NETWORK */ -#endif /* NETWORK_CORE_CONTENT_H */ +#endif /* NETWORK_CORE_TCP_CONTENT_H */ -- cgit v1.2.3-70-g09d2