diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2021-04-02 21:20:22 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2021-04-04 08:01:54 +0100 |
commit | e8a94dc8bbffbf3a48c9826531e116af5ff31396 (patch) | |
tree | e4548e16578fc4f5a0357d7773599ebe6522e851 /src/pathfinder/yapf/yapf.hpp | |
parent | e8022a589d4f011cae4c3f449d91296ebcc3d947 (diff) | |
download | openttd-e8a94dc8bbffbf3a48c9826531e116af5ff31396.tar.xz |
Cleanup: Delete remaining Blob code
Diffstat (limited to 'src/pathfinder/yapf/yapf.hpp')
-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 cac6c4c24..134c0dcf9 100644 --- a/src/pathfinder/yapf/yapf.hpp +++ b/src/pathfinder/yapf/yapf.hpp @@ -18,7 +18,6 @@ //#undef FORCEINLINE //#define inline inline -#include "../../misc/blob.hpp" #include "../../misc/fixedsizearray.hpp" #include "../../misc/array.hpp" #include "../../misc/hashtable.hpp" |