aboutsummaryrefslogtreecommitdiff
path: root/src/sfx/sdl-1.2
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfx/sdl-1.2')
-rw-r--r--src/sfx/sdl-1.2/inc/sfx/port.h2
-rw-r--r--src/sfx/sdl-1.2/src/sound.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/sfx/sdl-1.2/inc/sfx/port.h b/src/sfx/sdl-1.2/inc/sfx/port.h
index 2279229..77383ad 100644
--- a/src/sfx/sdl-1.2/inc/sfx/port.h
+++ b/src/sfx/sdl-1.2/inc/sfx/port.h
@@ -1,7 +1,7 @@
#ifndef SFX_SDL1_2_H
#define SFX_SDL1_2_H
-#include <SDL/SDL_mixer.h>
+#include <SDL_mixer.h>
#include <stdbool.h>
#ifdef __cplusplus
diff --git a/src/sfx/sdl-1.2/src/sound.c b/src/sfx/sdl-1.2/src/sound.c
index c7ef240..fb58477 100644
--- a/src/sfx/sdl-1.2/src/sound.c
+++ b/src/sfx/sdl-1.2/src/sound.c
@@ -1,8 +1,8 @@
#include <sfx.h>
#include <sfx/port.h>
#include <header.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_mixer.h>
+#include <SDL.h>
+#include <SDL_mixer.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>