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

@@ -15,8 +15,8 @@
#include "timetable.h"
#include "strings_func.h"
#include "company_func.h"
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "dropdown_type.h"
#include "dropdown_func.h"
#include "textbuf_gui.h"
#include "string_func.h"
#include "tilehighlight_func.h"