summaryrefslogtreecommitdiff
path: root/src/airport.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-15 10:55:43 +0000
committerrubidium <rubidium@openttd.org>2010-01-15 10:55:43 +0000
commitca167791b6a91df8e210b2e21aeb5c5b25942096 (patch)
tree07296946924c905e256716f33075656bf6b140d3 /src/airport.cpp
parent4ecb3eb33c67c880bbbf08b5aff5483fe9bfb7d6 (diff)
downloadopenttd-ca167791b6a91df8e210b2e21aeb5c5b25942096.tar.xz
(svn r18805) -Codechange: move airport_movement.h to table/
Diffstat (limited to 'src/airport.cpp')
-rw-r--r--src/airport.cpp2
1 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"