mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 15:53:45 +02:00
Remove extra #include "wasm-types.h"
from audio.cpp and soundemitter.cpp
This commit is contained in:
parent
ba8964c97c
commit
6eb3e9fe9b
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "eventthread.h"
|
||||
|
||||
#include "mkxp-polyfill.h" // std::to_string
|
||||
#include "wasm-types.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "config.h"
|
||||
#include "util.h"
|
||||
#include "debugwriter.h"
|
||||
#include "wasm-types.h"
|
||||
|
||||
#ifdef MKXPZ_RETRO
|
||||
# include <sndfile.hh>
|
||||
|
|
Loading…
Add table
Reference in a new issue