From 8381c1a1402970c18728156fe296833cb948a3e5 Mon Sep 17 00:00:00 2001 From: ozkl Date: Sun, 19 Mar 2023 19:01:23 +0300 Subject: [PATCH] sdl include paths --- doomgeneric/i_sdlmusic.c | 4 ++-- doomgeneric/i_sdlsound.c | 4 ++-- doomgeneric/i_sound.c | 2 +- doomgeneric/i_swap.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doomgeneric/i_sdlmusic.c b/doomgeneric/i_sdlmusic.c index bac6f5b..f56392f 100644 --- a/doomgeneric/i_sdlmusic.c +++ b/doomgeneric/i_sdlmusic.c @@ -21,8 +21,8 @@ #include #include #include -#include "SDL2/SDL.h" -#include "SDL2/SDL_mixer.h" +#include +#include #include "config.h" #include "doomtype.h" diff --git a/doomgeneric/i_sdlsound.c b/doomgeneric/i_sdlsound.c index aa38ed4..923948e 100644 --- a/doomgeneric/i_sdlsound.c +++ b/doomgeneric/i_sdlsound.c @@ -24,8 +24,8 @@ #include #include #include -#include "SDL2/SDL.h" -#include "SDL2/SDL_mixer.h" +#include +#include #ifdef HAVE_LIBSAMPLERATE #include diff --git a/doomgeneric/i_sound.c b/doomgeneric/i_sound.c index b4c73a1..62b33bc 100644 --- a/doomgeneric/i_sound.c +++ b/doomgeneric/i_sound.c @@ -19,7 +19,7 @@ #include #ifdef FEATURE_SOUND -#include "SDL2/SDL_mixer.h" +#include #endif #include "config.h" diff --git a/doomgeneric/i_swap.h b/doomgeneric/i_swap.h index fce6a00..d6a5b48 100644 --- a/doomgeneric/i_swap.h +++ b/doomgeneric/i_swap.h @@ -22,7 +22,7 @@ #ifdef FEATURE_SOUND -#include +#include // Endianess handling. // WAD files are stored little endian. -- 2.54.0