(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp

This commit is contained in:
smatz
2009-05-22 15:39:22 +00:00
parent d6e203ebe2
commit 3793b966c3
21 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
#ifndef CARGOPACKET_H
#define CARGOPACKET_H
#include "core/pool.hpp"
#include "core/pool_type.hpp"
#include "economy_type.h"
#include "tile_type.h"
#include "station_type.h"