From e115227c08e2d4bfffb5b32ece7768d05bf26070 Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 26 Jan 2017 23:36:33 +0000 Subject: [PATCH] Sort includes --- src/openrct2/rct1/S4Importer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 1df6934fba..c5b70cff60 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -23,8 +23,8 @@ #include "../core/Path.hpp" #include "../core/String.hpp" #include "../core/Util.hpp" -#include "../scenario/ScenarioSources.h" #include "../object/ObjectManager.h" +#include "../scenario/ScenarioSources.h" #include "S4Importer.h" #include "Tables.h" @@ -44,6 +44,7 @@ extern "C" #include "../peep/peep.h" #include "../peep/staff.h" #include "../rct1.h" + #include "../ride/ride_data.h" #include "../ride/track.h" #include "../util/sawyercoding.h" #include "../util/util.h" @@ -52,7 +53,6 @@ extern "C" #include "../world/map_animation.h" #include "../world/park.h" #include "../world/scenery.h" - #include "../ride/ride_data.h" } class EntryList