Remove unneeded #include <boost/math/distributions.hpp>
This commit is contained in:
parent
1752f30a66
commit
3abf0a9058
@ -27,8 +27,6 @@
|
||||
#include <complex>
|
||||
#include <map>
|
||||
|
||||
#include <boost/math/distributions.hpp>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::map;
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "MonoNoteHMM.h"
|
||||
|
||||
#include <boost/math/distributions.hpp>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "MonoPitchHMM.h"
|
||||
|
||||
#include <boost/math/distributions.hpp>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
|
||||
|
@ -19,8 +19,6 @@
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
#include <boost/math/distributions.hpp>
|
||||
|
||||
void
|
||||
YinUtil::slowDifference(const double *in, double *yinBuffer, const size_t yinBufferSize)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user