Skip to content

Commit

Permalink
Remove pointless include
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Apr 2, 2024
1 parent 92bf80a commit 35cd330
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/audiosource.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include "bsshared.h"
#include <cstdint>
#include <stdexcept>
#include <list>
#include <string>
#include <map>
Expand Down
1 change: 0 additions & 1 deletion src/tracklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include "bsshared.h"
#include <map>
#include <stdexcept>
#include <memory>

struct AVFormatContext;
Expand Down
1 change: 0 additions & 1 deletion src/videosource.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include "bsshared.h"
#include <cstdint>
#include <stdexcept>
#include <list>
#include <string>
#include <map>
Expand Down

0 comments on commit 35cd330

Please sign in to comment.