Skip to content

Commit

Permalink
Remove unused include
Browse files Browse the repository at this point in the history
Reviewed By: ChristianK275, dmannemela

Differential Revision: D68276205

fbshipit-source-id: 608720de127306d74416d14023da0e50a7b43d67
  • Loading branch information
syeh1 authored and facebook-github-bot committed Jan 17, 2025
1 parent 1b127b9 commit 3349058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion shell/renderSessions/BindGroupSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <igl/FPSCounter.h>
#include <igl/IGL.h>
#include <igl/RenderPass.h>
#include <shell/shared/platform/Platform.h>

namespace igl::shell {
Expand Down
1 change: 0 additions & 1 deletion shell/renderSessions/GPUStressSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <glm/fwd.hpp>
#include <igl/NameHandle.h>
#include <igl/ShaderCreator.h>
#include <igl/opengl/Device.h>
#include <igl/opengl/GLIncludes.h>
#include <memory>
#include <random>
Expand Down

0 comments on commit 3349058

Please sign in to comment.