Remove unused audio namespace and clean up includes in APU and DSP files

This commit is contained in:
scawful
2024-12-30 07:49:46 -05:00
parent 80d3bf4273
commit f48cd171e1
8 changed files with 8 additions and 40 deletions

View File

@@ -3,13 +3,10 @@
#include <cstdint>
#include <functional>
#include <iostream>
#include <unordered_map>
#include <vector>
namespace yaze {
namespace emu {
namespace audio {
/**
* @brief AudioRam is an interface for the Audio RAM used by the SPC700.
@@ -336,8 +333,7 @@ class Spc700 {
// CBNE DBNZ
};
} // namespace audio
} // namespace emu
} // namespace yaze
#endif // YAZE_APP_EMU_SPC700_H
#endif // YAZE_APP_EMU_SPC700_H