forked from FFmpeg/FFmpeg
Remove unneeded sys/mman.h #include.
Originally committed as revision 12567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2f7707017e
commit
362b3bf757
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue