diff -r dabe358aec40 -r 41d7c884dc52 unix.c --- a/unix.c Sat Jul 23 15:34:05 2005 +0000 +++ b/unix.c Sat Jul 23 15:48:00 2005 +0000 @@ -8,13 +8,13 @@ #include "variables.h" #include "music/extmidi.h" -#include "music/null.h" +#include "music/null_m.h" -#include "sound/null.h" -#include "sound/sdl.h" +#include "sound/null_s.h" +#include "sound/sdl_s.h" -#include "video/null.h" -#include "video/sdl.h" +#include "video/null_v.h" +#include "video/sdl_v.h" #include #include