Skip to content

Commit

Permalink
Removed include bloat on World.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ApostolosBouz committed Nov 14, 2023
1 parent 4cfa223 commit a886041
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions runtime/World/World.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "Components/Transform.h"
#include "Components/Camera.h"
#include "Components/Light.h"
#include "Components/AudioListener.h"
#include "Components/AudioSource.h"
#include "Components/PhysicsBody.h"
#include "Components/Terrain.h"
#include "../Resource/ResourceCache.h"
#include "../IO/FileStream.h"
#include "../Profiling/Profiler.h"
#include "../Physics/Car.h"
#include "../RHI/RHI_Texture2D.h"
#include "../Rendering/Mesh.h"
#include "../Rendering/Renderer.h"
//==========================

namespace Spartan
Expand Down

0 comments on commit a886041

Please sign in to comment.