summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/sound.h
Side-by-side diff
Diffstat (limited to 'noncore/games/sfcave-sdl/sound.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/sfcave-sdl/sound.h b/noncore/games/sfcave-sdl/sound.h
index d46b5bc..180429a 100644
--- a/noncore/games/sfcave-sdl/sound.h
+++ b/noncore/games/sfcave-sdl/sound.h
@@ -1,11 +1,11 @@
#ifndef __SOUND_H
#define __SOUND_H
-#include <SDL.h>
-#include "SDL_mixer.h"
+#include <SDL/SDL.h>
+#include <SDL/SDL_mixer.h>
#define NR_SOUNDS 3
class SoundHandler
{
public: