Bug #2113 ยป 0045-Remove-terrain.h-includes-existing-for-enum-tile_spe.patch
| client/include/dialogs_g.h | ||
|---|---|---|
|
#include "fc_types.h"
|
||
|
#include "featured_text.h" /* struct text_tag_list */
|
||
|
#include "nation.h" /* Nation_type_id */
|
||
|
#include "terrain.h" /* enum tile_special_type */
|
||
|
#include "unitlist.h"
|
||
|
/* client */
|
||
| common/unit.h | ||
|---|---|---|
|
#include "fc_interface.h"
|
||
|
#include "fc_types.h"
|
||
|
#include "map_types.h"
|
||
|
#include "terrain.h" /* enum tile_special_type */
|
||
|
#include "unittype.h"
|
||
|
#include "vision.h"
|
||