Commit 8fe367ec authored by diego's avatar diego

Remove unneeded sys/mman.h #include.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12567 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 838a87b3
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment