JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Moved macros and such from config.h to common.h
[vor.git] / sound.h
diff --git a/sound.h b/sound.h
index fda2611..5f5a586 100644 (file)
--- a/sound.h
+++ b/sound.h
 #ifndef VOR_SOUND_H
 #define VOR_SOUND_H
 
-#include <SDL/SDL.h>
-#include <SDL/SDL_mixer.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
-
 int init_sound(void);
 void play_sound(int i);
 void play_tune(int i);