diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-08 14:04:46 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-08 14:04:46 +1000 |
| commit | 51334609d3a81912e41afd133fbf23787e1894a1 (patch) | |
| tree | 44314d52909c21c107c1b45ab068b95feb6cfe2b | |
| parent | 5566c5dff4d6430f704aeb66ca45615cb0df0176 (diff) | |
Removed unused import
| -rw-r--r-- | src/strategies/low_latency2/swapchain_monitor.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strategies/low_latency2/swapchain_monitor.hh b/src/strategies/low_latency2/swapchain_monitor.hh index 28771cf..ddc25ef 100644 --- a/src/strategies/low_latency2/swapchain_monitor.hh +++ b/src/strategies/low_latency2/swapchain_monitor.hh @@ -5,7 +5,6 @@ #include "atomic_time_point.hh" #include "frame_span.hh" -#include <atomic> #include <vulkan/vulkan.h> #include <chrono> |
