chore: moved <cstring> include into machdep.h

This commit is contained in:
maelstrom 2026-05-28 17:22:30 +02:00
commit 61db6ed694
6 changed files with 1 additions and 5 deletions

View file

@ -6,6 +6,7 @@
#include <fstream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <fishbone/config.h>

View file

@ -1,4 +1,3 @@
#include <cstring>
#include <fishbone/foundation.h>
struct fishbone::Sound::Impl {

View file

@ -1,4 +1,3 @@
#include <cstring>
#include <fishbone/foundation.h>
struct fishbone::Sound::Impl {

View file

@ -1,4 +1,3 @@
#include <cstring>
#include <fishbone/foundation.h>
struct fishbone::Sound::Impl {

View file

@ -1,4 +1,3 @@
#include <cstring>
#include <fishbone/foundation.h>
struct fishbone::Sound::Impl {

View file

@ -1,4 +1,3 @@
#include <cstring>
#include <fishbone/foundation.h>
struct fishbone::Sound::Impl {