Skip to content

Commit

Permalink
Remove Unnecessary Includes
Browse files Browse the repository at this point in the history
Reviewed By: corporateshark

Differential Revision: D68344709

fbshipit-source-id: 9c64ebcd969996302aec4f76cfe73af6a18ce177
  • Loading branch information
syeh1 authored and facebook-github-bot committed Jan 18, 2025
1 parent f7f51df commit 48d41de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/igl/tests/ogl/PipelineState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "../data/ShaderData.h"
#include "../data/VertexIndexData.h"
#include "../util/Common.h"
#include "../util/TestDevice.h"

#include <gtest/gtest.h>
#include <igl/IGL.h>
Expand Down
1 change: 0 additions & 1 deletion src/igl/tests/ogl/Resource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "../data/ShaderData.h"
#include "../data/VertexIndexData.h"
#include "../util/Common.h"
#include "../util/TestDevice.h"

namespace igl::tests {

Expand Down
1 change: 0 additions & 1 deletion src/igl/vulkan/VulkanContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include <igl/SamplerState.h>
#include <igl/vulkan/Buffer.h>
#include <igl/vulkan/Device.h>
#include <igl/vulkan/EnhancedShaderDebuggingStore.h>
#include <igl/vulkan/RenderPipelineState.h>
#include <igl/vulkan/SamplerState.h>
Expand Down
1 change: 0 additions & 1 deletion src/igl/vulkan/VulkanImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#pragma once

#include <memory>
#include <vector>

#include <igl/vulkan/Common.h>
#include <igl/vulkan/VulkanHelpers.h>
Expand Down

0 comments on commit 48d41de

Please sign in to comment.