forked from mirror/OpenTTD
Codechange: Move dropdown and slider out of widgets directory. (#12403)
Also shuffle headers to place widget includes near end. This leaves the widgets directory solely for defining Widget IDs.
This commit is contained in:
@@ -28,15 +28,14 @@
|
||||
#include "tilehighlight_func.h"
|
||||
#include "string_func.h"
|
||||
#include "sortlist_type.h"
|
||||
#include "widgets/dropdown_func.h"
|
||||
#include "dropdown_func.h"
|
||||
#include "company_base.h"
|
||||
#include "core/geometry_func.hpp"
|
||||
#include "core/random_func.hpp"
|
||||
#include "core/backup_type.hpp"
|
||||
#include "genworld.h"
|
||||
#include "smallmap_gui.h"
|
||||
#include "widgets/dropdown_type.h"
|
||||
#include "widgets/industry_widget.h"
|
||||
#include "dropdown_type.h"
|
||||
#include "clear_map.h"
|
||||
#include "zoom_func.h"
|
||||
#include "industry_cmd.h"
|
||||
@@ -46,6 +45,8 @@
|
||||
#include "timer/timer_window.h"
|
||||
#include "hotkeys.h"
|
||||
|
||||
#include "widgets/industry_widget.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include <bitset>
|
||||
|
Reference in New Issue
Block a user