Codechange: includes must be before 'safeguards.h'

This commit is contained in:
Rubidium
2023-06-18 19:46:53 +02:00
committed by rubidium42
parent ed3f14686d
commit 74924c8186
5 changed files with 5 additions and 6 deletions

View File

@@ -37,13 +37,13 @@
#include "timer/timer.h"
#include "timer/timer_game_calendar.h"
#include "timer/timer_window.h"
#include "zoom_func.h"
#include "widgets/town_widget.h"
#include "table/strings.h"
#include "safeguards.h"
#include "zoom_func.h"
TownKdtree _town_local_authority_kdtree(&Kdtree_TownXYFunc);