Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
J0anJosep committed Jul 21, 2024
1 parent 41c81d2 commit accf551
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/air.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#ifndef AIR_H
#define AIR_H

#include "air_type.h"
#include "track_type.h"
#include "gfx_type.h"
#include "core/bitmath_func.hpp"
#include "economy_func.h"
#include "slope_type.h"
#include "strings_type.h"
#include "air_type.h"

#include "timer/timer_game_calendar.h"

Expand Down
2 changes: 1 addition & 1 deletion src/airport_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#ifndef AIRPORT_CMD_H
#define AIRPORT_CMD_H

#include "air_type.h"
#include "command_type.h"
#include "air.h"
#include "air_type.h"
#include "direction_type.h"
#include "station_type.h"
#include "track_type.h"
Expand Down
2 changes: 1 addition & 1 deletion src/airport_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "stdafx.h"
#include "economy_func.h"
#include "air_type.h"
#include "widget_type.h"
#include "window_gui.h"
#include "station_gui.h"
Expand All @@ -33,7 +34,6 @@
#include "command_func.h"
#include "airport_cmd.h"
#include "station_cmd.h"
#include "air_type.h"
#include "air.h"
#include "air_map.h"
#include "station_map.h"
Expand Down
4 changes: 2 additions & 2 deletions src/depot_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#ifndef DEPOT_BASE_H
#define DEPOT_BASE_H

#include "rail_type.h"
#include "road_type.h"
#include "depot_map.h"
#include "viewport_type.h"
#include "core/pool_type.hpp"
#include "timer/timer_game_calendar.h"
#include "rail_type.h"
#include "road_type.h"

static const DepotID MAX_DEPOTS = 64000;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/station_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#ifndef STATION_BASE_H
#define STATION_BASE_H

#include "air_type.h"
#include "core/random_func.hpp"
#include "base_station_base.h"
#include "newgrf_airport.h"
#include "cargopacket.h"
#include "industry_type.h"
#include "air_type.h"
#include "linkgraph/linkgraph_type.h"
#include "newgrf_storage.h"
#include "bitmap_type.h"
Expand Down

0 comments on commit accf551

Please sign in to comment.