comparison decoders/mpglib/mpg123_sdlsound.h @ 290:1e1724673420

Removed unneeded header (fixes build on BeOS).
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Mar 2002 19:57:38 +0000
parents 52b9f37998db
children a9e211c3faa4
comparison
equal deleted inserted replaced
289:fdf50bded850 290:1e1724673420
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <string.h> 2 #include <string.h>
3 #include <signal.h> 3 #include <signal.h>
4 4
5 #ifndef WIN32 5 #ifndef WIN32
6 #include <sys/signal.h>
7 #include <unistd.h> 6 #include <unistd.h>
8 #endif 7 #endif
9 8
10 #include <math.h> 9 #include <math.h>
11 10