Skip to content

Commit

Permalink
Remove leftover VKDevice includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nekoffski committed Apr 25, 2024
1 parent 3a42e87 commit 28aaf10
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 705 deletions.
1 change: 0 additions & 1 deletion engine/src/starlight/renderer/gpu/vulkan/VKBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <kc/core/Log.h>

#include "VKDevice.h"
#include "VKContext.h"
#include "VKCommandBuffer.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "VKCommandBuffer.h"

#include "VKDevice.h"
#include "VKContext.h"

namespace sl::vk {
Expand Down
2 changes: 0 additions & 2 deletions engine/src/starlight/renderer/gpu/vulkan/VKContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include "starlight/core/Config.h"
#include "starlight/core/utils/RAIIWrapper.hpp"

#include "VKDevice.h"

namespace sl::vk {

struct VKContext {
Expand Down
Loading

0 comments on commit 28aaf10

Please sign in to comment.