Mercurial > hg > qm-dsp
comparison dsp/tempotracking/TempoTrack.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | 2892ecc40f86 |
children |
comparison
equal
deleted
inserted
replaced
492:2892ecc40f86 | 493:bb78ca3fe7de |
---|---|
21 #include <iostream> | 21 #include <iostream> |
22 | 22 |
23 #include <cassert> | 23 #include <cassert> |
24 #include <cmath> | 24 #include <cmath> |
25 #include <cstdlib> | 25 #include <cstdlib> |
26 | |
27 using std::vector; | |
26 | 28 |
27 //#define DEBUG_TEMPO_TRACK 1 | 29 //#define DEBUG_TEMPO_TRACK 1 |
28 | 30 |
29 ////////////////////////////////////////////////////////////////////// | 31 ////////////////////////////////////////////////////////////////////// |
30 // Construction/Destruction | 32 // Construction/Destruction |