mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-29 07:04:35 +01:00
Codechange: Move template class implementation includes.
These are now placed at the bottom of the including files include list.
This commit is contained in:
committed by
Peter Nelson
parent
2909a14374
commit
3503082f19
@@ -10,7 +10,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "dropdown_type.h"
|
||||
#include "dropdown_func.h"
|
||||
#include "dropdown_common_type.h"
|
||||
#include "strings_func.h"
|
||||
#include "timer/timer.h"
|
||||
#include "timer/timer_window.h"
|
||||
@@ -22,6 +21,8 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "dropdown_common_type.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
std::unique_ptr<DropDownListItem> MakeDropDownListDividerItem()
|
||||
|
||||
Reference in New Issue
Block a user