Skip to content

Commit

Permalink
bestsource: Remove string_view defines
Browse files Browse the repository at this point in the history
These are no longer necessary after switching to c++17.
  • Loading branch information
arch1t3cht committed May 30, 2024
1 parent 3931407 commit e6da4e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/bestsource_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

#ifdef WITH_BESTSOURCE

namespace std { class string_view; }

#include <bsshared.h>

#include <libaegisub/fs_fwd.h>
Expand Down
2 changes: 0 additions & 2 deletions src/video_provider_bestsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e6da4e8

Please sign in to comment.