diff options
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index 5ff7d8d..16c2135 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -1,17 +1,13 @@ #ifndef SYNTH_ENGINE_H #define SYNTH_ENGINE_H -#include <stdlib.h> -#include <stdio.h> #include <math.h> #include <portaudio.h> #include "synth_common.h" -#include "notes.h" #include "filter.h" #include "adsr.h" #include "control.h" -#include "osc.h" #include "pa_ringbuffer.h" #ifndef M_PI |