diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 00:06:57 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 15:01:31 -0400 |
| commit | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch) | |
| tree | 25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/vulkan_common/vulkan_wrapper.cpp | |
| parent | 8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (diff) | |
video_core: Reduce unused includes
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_wrapper.cpp')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_wrapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/vulkan_common/vulkan_wrapper.cpp b/src/video_core/vulkan_common/vulkan_wrapper.cpp index a9faa4807..a794f16dd 100644 --- a/src/video_core/vulkan_common/vulkan_wrapper.cpp +++ b/src/video_core/vulkan_common/vulkan_wrapper.cpp @@ -3,10 +3,8 @@ // Refer to the license.txt file included. #include <algorithm> -#include <exception> #include <memory> #include <optional> -#include <string_view> #include <utility> #include <vector> |
