Fixed xua.h including in asm files

This commit is contained in:
Ross Owen
2023-03-09 14:51:32 +00:00
parent 208491fe51
commit 2964861b70
2 changed files with 5 additions and 5 deletions

View File

@@ -7,14 +7,14 @@
#include "xua_conf_full.h"
#if __XC__ || __STDC__
#ifndef __ASSEMBLER__
#include "xua_audiohub.h"
#include "xua_endpoint0.h"
#include "xua_buffer.h"
#include "xua_mixer.h"
#endif
#if __XC__
#ifdef __XC__
#include "xua_clocking.h"
#include "xua_midi.h"
#if XUA_NUM_PDM_MICS > 0