From 2eaaccd96b7ea479e0341a2a9cc2bc8e81336e9f Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:56:35 +0300 Subject: [PATCH] Remove unused span include --- include/audio/hle_core.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/audio/hle_core.hpp b/include/audio/hle_core.hpp index b533727b..257ab5ac 100644 --- a/include/audio/hle_core.hpp +++ b/include/audio/hle_core.hpp @@ -3,7 +3,6 @@ #include #include #include -#include #include #include "audio/dsp_core.hpp" @@ -185,4 +184,4 @@ namespace Audio { void setSemaphoreMask(u16 value) override {} }; -} // namespace Audio \ No newline at end of file +} // namespace Audio