Unnecessary includes
This commit is contained in:
parent
6132fbd444
commit
15d28c46ed
2 changed files with 2 additions and 9 deletions
|
|
@ -2,14 +2,8 @@
|
|||
#include "Globals.h"
|
||||
#include "absl/types/span.h"
|
||||
#include <chrono>
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
#include <sndfile.hh>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
template <class T>
|
||||
void readFromFile(SndfileHandle& sndFile, int numFrames, StereoBuffer<T>& output)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include "readerwriterqueue.h"
|
||||
#include <absl/container/flat_hash_map.h>
|
||||
#include <filesystem>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <sndfile.hh>
|
||||
#include <string_view>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue