clean up includes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include <cstdlib>
|
||||
#include <stdint.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace trnr {
|
||||
// 3 band equalizer with high/lowpass filters based on EQ by Chris Johnson.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <array>
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace trnr {
|
||||
template <typename t_sample>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <array>
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace trnr {
|
||||
template <typename t_sample>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <array>
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace trnr {
|
||||
template <typename t_sample>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <array>
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace trnr {
|
||||
template <typename t_sample>
|
||||
|
||||
Reference in New Issue
Block a user