audio: Remove stub header SDL_audio_c.h.

It was a leftover, that just included SDL_sysaudio.h, in modern times.
This commit is contained in:
Ryan C. Gordon 2023-10-18 15:46:07 -04:00
parent 9d7c57234a
commit 797b70877d
No known key found for this signature in database
GPG key ID: FA148B892AB48044
35 changed files with 14 additions and 72 deletions

View file

@ -36,7 +36,6 @@
extern "C" {
#include "../../core/windows/SDL_windows.h"
#include "../SDL_audio_c.h"
#include "../SDL_sysaudio.h"
}