Remove unneeded sys/mman.h #include.

Originally committed as revision 12567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-24 10:50:16 +00:00
parent 2f7707017e
commit 362b3bf757
2 changed files with 0 additions and 6 deletions

View File

@ -31,9 +31,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
#include <sys/time.h>
#define AUDIO_BLOCK_SIZE 4096

View File

@ -40,9 +40,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <time.h>