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

@@ -3,7 +3,6 @@
#include "midi_event.h"
#include "voice_allocator.h"
#include <cstring>
#include <memory>
#include <vector>
namespace trnr {

View File

@@ -1,5 +1,6 @@
#pragma once
#include <array>
#include <cmath>
namespace trnr {