diff options
author | rubidium <rubidium@openttd.org> | 2010-01-15 10:55:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-15 10:55:43 +0000 |
commit | ca167791b6a91df8e210b2e21aeb5c5b25942096 (patch) | |
tree | 07296946924c905e256716f33075656bf6b140d3 /src | |
parent | 4ecb3eb33c67c880bbbf08b5aff5483fe9bfb7d6 (diff) | |
download | openttd-ca167791b6a91df8e210b2e21aeb5c5b25942096.tar.xz |
(svn r18805) -Codechange: move airport_movement.h to table/
Diffstat (limited to 'src')
-rw-r--r-- | src/airport.cpp | 2 | ||||
-rw-r--r-- | src/table/airport_movement.h (renamed from src/airport_movement.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/airport.cpp b/src/airport.cpp index 97ab711ba..f4168f924 100644 --- a/src/airport.cpp +++ b/src/airport.cpp @@ -12,7 +12,7 @@ #include "stdafx.h" #include "debug.h" #include "airport.h" -#include "airport_movement.h" +#include "table/airport_movement.h" #include "core/alloc_func.hpp" #include "date_func.h" #include "settings_type.h" diff --git a/src/airport_movement.h b/src/table/airport_movement.h index 426a04c9e..426a04c9e 100644 --- a/src/airport_movement.h +++ b/src/table/airport_movement.h |