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:
Rob Loach 2017-11-04 17:05:39 -04:00 committed by GitHub
parent f781db38b9
commit 3144c38e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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