From 12783fdfdb5d9a9da940a8edd2a70edf47405565 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 3 Aug 2025 20:51:34 +0200 Subject: [PATCH] removed unused include --- src/synth/vco.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/synth/vco.h b/src/synth/vco.h index d447869..5bbbcf3 100644 --- a/src/synth/vco.h +++ b/src/synth/vco.h @@ -4,7 +4,6 @@ #define _VCO_H_ #include "synth_types.h" -#include "noise.h" #include "sine.h" #include "blit.h" #include "wavetable.h"