Commit 362b3bf7 authored by Diego Biurrun's avatar Diego Biurrun

Remove unneeded sys/mman.h #include.

Originally committed as revision 12567 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2f770701
......@@ -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