Remove extra #include "wasm-types.h" from audio.cpp and soundemitter.cpp

This commit is contained in:
刘皓 2025-06-03 18:26:50 -04:00
parent ba8964c97c
commit 6eb3e9fe9b
No known key found for this signature in database
GPG key ID: 7901753DB465B711
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@
#include "eventthread.h"
#include "mkxp-polyfill.h" // std::to_string
#include "wasm-types.h"
#include <string>
#include <utility>

View file

@ -29,7 +29,6 @@
#include "config.h"
#include "util.h"
#include "debugwriter.h"
#include "wasm-types.h"
#ifdef MKXPZ_RETRO
# include <sndfile.hh>