bestsource: Remove string_view defines

These are no longer necessary after switching to c++17.
This commit is contained in:
arch1t3cht 2024-05-30 21:57:12 +02:00
parent 39314072f9
commit e6da4e8e10
2 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@
#ifdef WITH_BESTSOURCE
namespace std { class string_view; }
#include <bsshared.h>
#include <libaegisub/fs_fwd.h>

View File

@ -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"