(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
#include "signs_type.h"
|
||||
#include "viewport_type.h"
|
||||
#include "tile_type.h"
|
||||
#include "core/pool_type.hpp"
|
||||
#include "company_type.h"
|
||||
|
||||
typedef Pool<Sign, SignID, 16, 64000> SignPool;
|
||||
extern SignPool _sign_pool;
|
||||
|
||||
Reference in New Issue
Block a user