summaryrefslogtreecommitdiff
path: root/src/depot_base.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-22 15:39:22 +0000
committersmatz <smatz@openttd.org>2009-05-22 15:39:22 +0000
commit56a7b70591f933b587f091de66ba50c988894cac (patch)
tree57268de5948930a05403c687dd851cac5b582fc7 /src/depot_base.h
parent10d1ef5447b94d17024dc0f4bdd1b7b017431a23 (diff)
downloadopenttd-56a7b70591f933b587f091de66ba50c988894cac.tar.xz
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
Diffstat (limited to 'src/depot_base.h')
-rw-r--r--src/depot_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_base.h b/src/depot_base.h
index b4e47cb60..f8c7270e8 100644
--- a/src/depot_base.h
+++ b/src/depot_base.h
@@ -7,7 +7,7 @@
#include "tile_type.h"
#include "depot_type.h"
-#include "core/pool.hpp"
+#include "core/pool_type.hpp"
#include "town_type.h"
typedef Pool<Depot, DepotID, 64, 64000> DepotPool;