-fixed includes

This commit is contained in:
2025-07-31 16:39:38 +02:00
parent 6fc6b9f567
commit 6e8b990391
4 changed files with 28 additions and 11 deletions
-10
View File
@@ -67,15 +67,5 @@ void SynthDebug(const char *fmtstr, ...);
#define jsy_min(a,b) (((a) < (b)) ? (a) : (b))
#endif
#include "voice.h"
#include "vco.h"
#include "noise.h"
#include "smooth.h"
#include "vcf.h"
#include "lfo.h"
#include "env.h"
#include "param_scale.h"
#endif // _SYNTH_DEFS_H_