mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Clean up deps file includes in audio_mixer.h
The deps folder is already in the include path. This allows deps to be defined elsewhere.
This commit is contained in:
parent
f781db38b9
commit
3144c38e7d
@ -44,11 +44,11 @@
|
||||
#define STB_VORBIS_NO_STDIO
|
||||
#define STB_VORBIS_NO_CRT
|
||||
|
||||
#include "../../deps/stb/stb_vorbis.h"
|
||||
#include "stb/stb_vorbis.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IBXM
|
||||
#include "../../deps/ibxm/ibxm.h"
|
||||
#include "ibxm/ibxm.h"
|
||||
#endif
|
||||
|
||||
#define AUDIO_MIXER_MAX_VOICES 8
|
||||
|
Loading…
Reference in New Issue
Block a user