clang fix
This commit is contained in:
parent
d89e4463e7
commit
deda3026d8
|
@ -1,12 +1,12 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <SDL3/SDL_audio.h>
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_timer.h>
|
||||
#include <common/assert.h>
|
||||
#include <core/libraries/error_codes.h>
|
||||
#include "sdl_audio.h"
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_audio.h>
|
||||
#include <SDL3/SDL_timer.h>
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
Loading…
Reference in New Issue