clean up includes

This commit is contained in:
2025-05-15 14:00:27 +02:00
parent f4f61a2fd4
commit 2b077a13a2
12 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <cstdlib>
#include <stdint.h>
#include <cmath>
namespace trnr {
// soft clipper based on ClipSoftly by Chris Johnson

View File

@@ -1,6 +1,7 @@
#pragma once
#include <cstdlib>
#include <stdint.h>
#include <cmath>
namespace trnr {
// modeled tube preamp based on tube2 by Chris Johnson