diff decoders/mpglib/mpglib_common.c @ 322:31cc49d7d0ce

MacOS fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:12:47 +0000
parents c92c07e07636
children cbb15ecf423a
line wrap: on
line diff
--- a/decoders/mpglib/mpglib_common.c	Mon Apr 29 06:12:20 2002 +0000
+++ b/decoders/mpglib/mpglib_common.c	Mon Apr 29 06:12:47 2002 +0000
@@ -2,10 +2,6 @@
 #include <stdlib.h>
 #include <signal.h>
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-
 #include "SDL_sound.h"
 
 #define __SDL_SOUND_INTERNAL__