1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.

This commit is contained in:
alberth
2010-12-22 11:46:41 +00:00
parent 67cd2cd6be
commit 7303f7d199
8 changed files with 24 additions and 24 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */