mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
bestsource: Remove string_view defines
These are no longer necessary after switching to c++17.
This commit is contained in:
parent
39314072f9
commit
e6da4e8e10
@ -21,8 +21,6 @@
|
||||
|
||||
#ifdef WITH_BESTSOURCE
|
||||
|
||||
namespace std { class string_view; }
|
||||
|
||||
#include <bsshared.h>
|
||||
|
||||
#include <libaegisub/fs_fwd.h>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user