diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 00:06:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 00:06:17 +0000 |
commit | 2edd403656281f774e4a53251395b7b647a1c48b (patch) | |
tree | eb3da2680e728750995c9c6d9df9bee5c7028211 /src/network | |
parent | 4a1035ab95a994991b2ce802dbbd78f7dd6c0090 (diff) | |
download | openttd-2edd403656281f774e4a53251395b7b647a1c48b.tar.xz |
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_server.cpp b/src/network/network_server.cpp index 29b21fc47..51bc76233 100644 --- a/src/network/network_server.cpp +++ b/src/network/network_server.cpp @@ -16,7 +16,7 @@ #include "../console.h" #include "../command_func.h" #include "../saveload.h" -#include "../station.h" +#include "../station_base.h" #include "../variables.h" #include "../genworld.h" #include "../core/alloc_func.hpp" |