From 08d4addc7073aa6591621c86062765bd670f4dd7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 28 Sep 2019 20:08:13 -0400 Subject: [PATCH] CSeedling: Organize source file includes Tidies it up a little. --- Runtime/MP1/World/CSeedling.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Runtime/MP1/World/CSeedling.cpp b/Runtime/MP1/World/CSeedling.cpp index 009b8873c..785b4083a 100644 --- a/Runtime/MP1/World/CSeedling.cpp +++ b/Runtime/MP1/World/CSeedling.cpp @@ -1,11 +1,12 @@ -#include "MP1/World/CSeedling.hpp" -#include "World/CPatternedInfo.hpp" -#include "World/CWorld.hpp" -#include "World/CGameArea.hpp" -#include "World/CPlayer.hpp" -#include "CStateManager.hpp" +#include "Runtime/MP1/World/CSeedling.hpp" + +#include "Runtime/CStateManager.hpp" +#include "Runtime/World/CGameArea.hpp" +#include "Runtime/World/CPatternedInfo.hpp" +#include "Runtime/World/CPlayer.hpp" +#include "Runtime/World/CWorld.hpp" + #include "TCastTo.hpp" // Generated file, do not modify include path -#include "CSeedling.hpp" namespace urde::MP1 {