Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit c7ad6df

Browse files
Flávio Konflaviokr
authored andcommitted
Revert "Fix the #include headers in the whitening files"
This reverts commit e0d82e3.
1 parent 1e52695 commit c7ad6df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Whitening.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// Copyright 2011 The Echo Nest Corporation. All rights reserved.
44
//
55

6-
#include "Common.h"
6+
77
#include "Whitening.h"
8+
#include "AudioStreamInput.h"
89

910
Whitening::Whitening(AudioStreamInput* pAudio) {
1011
_pSamples = pAudio->getSamples();

src/Whitening.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
#ifndef WHITENING_H
88
#define WHITENING_H
9-
#include "AudioStreamInput.h"
9+
#include "Common.h"
10+
#include "Params.h"
11+
#include "MatrixUtility.h"
1012

1113

1214
class AudioStreamInput;

0 commit comments

Comments
 (0)