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:
2024-03-31 19:37:16 +01:00
committed by GitHub
parent d5e28a904d
commit d683ec0183
41 changed files with 96 additions and 87 deletions

View File

@@ -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>