diff options
author | yexo <yexo@openttd.org> | 2010-08-12 22:08:45 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-08-12 22:08:45 +0000 |
commit | 53811d79c5854becda79a6ceb052031dade8dd99 (patch) | |
tree | 59506df466a862ff8d88eafc69bf4e42b339c1bf /src/pathfinder | |
parent | 241d705406572d512710cf29316d7603210a6ecf (diff) | |
download | openttd-53811d79c5854becda79a6ceb052031dade8dd99.tar.xz |
(svn r20475) -Fix (r20474): also remove the include of crc32.hpp
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/yapf/yapf.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pathfinder/yapf/yapf.hpp b/src/pathfinder/yapf/yapf.hpp index ed49f1b1a..8e8fb9a47 100644 --- a/src/pathfinder/yapf/yapf.hpp +++ b/src/pathfinder/yapf/yapf.hpp @@ -20,7 +20,6 @@ //#undef FORCEINLINE //#define FORCEINLINE inline -#include "../../misc/crc32.hpp" #include "../../misc/blob.hpp" #include "../../misc/str.hpp" #include "../../misc/fixedsizearray.hpp" |