Remove an unneeded header

This commit is contained in:
Paul Ferrand 2020-03-27 18:47:00 +01:00
parent 5f564d749a
commit e74ab54793

View file

@ -38,7 +38,6 @@
#include "Logger.h" #include "Logger.h"
#include <chrono> #include <chrono>
#include <thread> #include <thread>
#include <sndfile.hh>
namespace sfz { namespace sfz {
using AudioBufferPtr = std::shared_ptr<AudioBuffer<float>>; using AudioBufferPtr = std::shared_ptr<AudioBuffer<float>>;