File diff r18875:1438011bedd9 → r18876:3403b9c464f9
src/town.h
Show inline comments
 
@@ -9,15 +9,13 @@
 

	
 
/** @file town.h Base of the town class. */
 

	
 
#ifndef TOWN_H
 
#define TOWN_H
 

	
 
#include "core/pool_type.hpp"
 
#include "viewport_type.h"
 
#include "command_type.h"
 
#include "town_map.h"
 
#include "subsidy_type.h"
 
#include "newgrf_storage.h"
 
#include "cargotype.h"
 
#include "tilematrix_type.hpp"
 
#include <list>