diff options
author | rubidium <rubidium@openttd.org> | 2010-08-26 22:01:16 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-26 22:01:16 +0000 |
commit | 30f2afac9bf023bce081e52e09b1c0a152d9849a (patch) | |
tree | 1fd76e3ca5130b7949df16018d6a87952a5b447c /src/pathfinder | |
parent | 08a41c6ee5f1500fcd472e953b2341ef996cb901 (diff) | |
download | openttd-30f2afac9bf023bce081e52e09b1c0a152d9849a.tar.xz |
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/npf/npf.cpp | 1 | ||||
-rw-r--r-- | src/pathfinder/yapf/yapf.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pathfinder/npf/npf.cpp b/src/pathfinder/npf/npf.cpp index f03b2d9af..42a09a3f2 100644 --- a/src/pathfinder/npf/npf.cpp +++ b/src/pathfinder/npf/npf.cpp @@ -11,7 +11,6 @@ #include "../../stdafx.h" #include "../../debug.h" -#include "../../landscape.h" #include "../../network/network.h" #include "../../functions.h" #include "../../ship.h" diff --git a/src/pathfinder/yapf/yapf.h b/src/pathfinder/yapf/yapf.h index e5615f782..f01f22e0c 100644 --- a/src/pathfinder/yapf/yapf.h +++ b/src/pathfinder/yapf/yapf.h @@ -13,7 +13,6 @@ #define YAPF_H #include "../../direction_type.h" -#include "../../station_type.h" #include "../../track_type.h" #include "../../vehicle_type.h" #include "../pathfinder_type.h" |