Remove file_access.h and script_backtrace.h includes from logger.h.

This commit is contained in:
chocola-mint
2025-10-05 17:05:56 +09:00
parent 06827c91c6
commit ead282ff13
35 changed files with 38 additions and 2 deletions

View File

@ -33,6 +33,7 @@
#define MINIMP3_NO_STDIO
#include "audio_stream_mp3.h"
#include "core/io/file_access.h"
int AudioStreamPlaybackMP3::_mix_internal(AudioFrame *p_buffer, int p_frames) {
if (!active) {