Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Mar 29, 2024
1 parent 70c89b9 commit c67b3ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/pt/gpu_context.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "gpu_context.hpp"

#include <common/platform.hpp>

#include <GLFW/glfw3.h>

#include <array>
Expand Down
1 change: 0 additions & 1 deletion src/pt/reference_path_tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include <common/bvh.hpp>
#include <common/gltf_model.hpp>
#include <common/platform.hpp>
#include <hw-skymodel/hw_skymodel.h>

#include <fmt/core.h>
Expand Down

0 comments on commit c67b3ea

Please sign in to comment.