From bea9c5bb74df9cd40c281ee248b1ff374f492564 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 26 Oct 2019 14:57:17 -0400 Subject: [PATCH] CArtifactDoll: Organize cpp includes --- Runtime/MP1/CArtifactDoll.cpp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Runtime/MP1/CArtifactDoll.cpp b/Runtime/MP1/CArtifactDoll.cpp index 07978b5ed..213cdab61 100644 --- a/Runtime/MP1/CArtifactDoll.cpp +++ b/Runtime/MP1/CArtifactDoll.cpp @@ -1,8 +1,16 @@ -#include "CArtifactDoll.hpp" -#include "GameGlobalObjects.hpp" -#include "CSimplePool.hpp" -#include "CStateManager.hpp" -#include "Graphics/CBooRenderer.hpp" +#include "Runtime/MP1/CArtifactDoll.hpp" + +#include +#include + +#include "Runtime/CSimplePool.hpp" +#include "Runtime/CStateManager.hpp" +#include "Runtime/GameGlobalObjects.hpp" +#include "Runtime/Graphics/CBooRenderer.hpp" +#include "Runtime/Graphics/CGraphics.hpp" + +#include +#include namespace urde::MP1 {