Move safeguards include down to be the last one

This commit is contained in:
Pavel Stupnikov
2019-04-01 01:26:23 +03:00
parent 9fa7b6d752
commit 20e68f9f48

View File

@@ -33,14 +33,14 @@
#include "table/strings.h"
#include "safeguards.h"
#include "house.h"
#include "town_map.h"
#include "station_base.h"
#include "viewport_func.h"
#include "industry.h"
#include "safeguards.h"
void GuiShowTooltipsExtra(Window *parent, uint param, TooltipCloseCondition close_tooltip);
/** Method to open the OSK. */