From: ozkl Date: Sun, 19 Mar 2023 16:01:23 +0000 (+0300) Subject: sdl include paths X-Git-Url: https://git.0x19.co/screenshots/static/git-favicon.png?a=commitdiff_plain;h=8381c1a1402970c18728156fe296833cb948a3e5;p=doomgeneric-snom360 sdl include paths --- 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.