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

Commit

Permalink
Revert "Fix the #include headers in the whitening files"
Browse files Browse the repository at this point in the history
This reverts commit e0d82e3.
  • Loading branch information
Flávio Kon authored and flaviokr committed Aug 27, 2018
1 parent 1e52695 commit 38e036e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Whitening.cxx
Expand Up @@ -3,8 +3,9 @@
// Copyright 2011 The Echo Nest Corporation. All rights reserved.
//

#include "Common.h"

#include "Whitening.h"
#include "AudioStreamInput.h"

Whitening::Whitening(AudioStreamInput* pAudio) {
_pSamples = pAudio->getSamples();
Expand Down
4 changes: 3 additions & 1 deletion src/Whitening.h
Expand Up @@ -6,7 +6,9 @@

#ifndef WHITENING_H
#define WHITENING_H
#include "AudioStreamInput.h"
#include "Common.h"
#include "Params.h"
#include "MatrixUtility.h"


class AudioStreamInput;
Expand Down

0 comments on commit 38e036e

Please sign in to comment.