mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 16:35:32 +01:00
Make headers in import directory self-contained
This commit is contained in:
@@ -17,6 +17,8 @@ the low-pass-like spectral behaviour of natural audio signals
|
||||
for classification of the sample format and the used endianness.
|
||||
|
||||
*//*******************************************************************/
|
||||
#include "FormatClassifier.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
@@ -29,8 +31,6 @@ for classification of the sample format and the used endianness.
|
||||
#include "SpecPowerMeter.h"
|
||||
#include "sndfile.h"
|
||||
|
||||
#include "FormatClassifier.h"
|
||||
|
||||
FormatClassifier::FormatClassifier(const char* filename) :
|
||||
mReader(filename),
|
||||
mMeter(cSiglen)
|
||||
|
||||
Reference in New Issue
Block a user