From d3dbe15fcc05f84ac0c3ea3091c4910860d410cd Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 2 May 2020 21:28:52 -0400 Subject: [PATCH] CSpawnSystemKeyframeData: Remove unnecessary includes --- Runtime/Particle/CSpawnSystemKeyframeData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Runtime/Particle/CSpawnSystemKeyframeData.cpp b/Runtime/Particle/CSpawnSystemKeyframeData.cpp index f4f4b645d..ddd3e1503 100644 --- a/Runtime/Particle/CSpawnSystemKeyframeData.cpp +++ b/Runtime/Particle/CSpawnSystemKeyframeData.cpp @@ -3,8 +3,6 @@ #include "Runtime/CSimplePool.hpp" #include "Runtime/Graphics/CModel.hpp" #include "Runtime/Particle/CElectricDescription.hpp" -#include "Runtime/Particle/CGenDescription.hpp" -#include "Runtime/Particle/CSwooshDescription.hpp" namespace urde {