From e6da4e8e1071b13fd4dc1fcea0d0d810210dc53c Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 30 May 2024 21:57:12 +0200 Subject: [PATCH] bestsource: Remove string_view defines These are no longer necessary after switching to c++17. --- src/bestsource_common.h | 2 -- src/video_provider_bestsource.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/bestsource_common.h b/src/bestsource_common.h index b18546efe9..a7892d39fb 100644 --- a/src/bestsource_common.h +++ b/src/bestsource_common.h @@ -21,8 +21,6 @@ #ifdef WITH_BESTSOURCE -namespace std { class string_view; } - #include #include diff --git a/src/video_provider_bestsource.cpp b/src/video_provider_bestsource.cpp index ea94eaff7e..42196dd653 100644 --- a/src/video_provider_bestsource.cpp +++ b/src/video_provider_bestsource.cpp @@ -22,8 +22,6 @@ #ifdef WITH_BESTSOURCE #include "include/aegisub/video_provider.h" -namespace std { class string_view; } - #include "bestsource_common.h" #include "videosource.h"