Fix some unneeded includes
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <thread>
|
||||
|
||||
#include "engine/systems/concepts.hpp"
|
||||
#include "rendering/pipelines/v2/Pipeline.hpp"
|
||||
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
#include <tracy/TracyC.h>
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
#include "EngineContext.hpp"
|
||||
#include "assets/model/Model.hpp"
|
||||
#include "assets/model/ModelVertex.hpp"
|
||||
#include "engine/assets/material/Material.hpp"
|
||||
#include "engine/camera/RenderCamera.hpp"
|
||||
#include "engine/debug/timing/FlameGraph.hpp"
|
||||
#include "engine/rendering/pipelines/v2/Pipeline.hpp"
|
||||
#include "engine/rendering/pipelines/v2/PipelineBuilder.hpp"
|
||||
#include "memory/buffers/BufferHandle.hpp"
|
||||
#include "camera/RenderCamera.hpp"
|
||||
#include "debug/timing/FlameGraph.hpp"
|
||||
#include "rendering/pipelines/v2/Pipeline.hpp"
|
||||
#include "rendering/pipelines/v2/PipelineBuilder.hpp"
|
||||
|
||||
namespace fgl::engine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user