summaryrefslogtreecommitdiffstats
path: root/libaf/af_export.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:12:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:12:29 +0000
commitd4ac911f0ff95067d745ad7ecffe939ef7eb5e8a (patch)
treef8a7b85ab12bd7a76380bce60293f06027bde199 /libaf/af_export.c
parent26ad83476fe417bbc12e6094561c7183dac5fd3d (diff)
downloadmpv-d4ac911f0ff95067d745ad7ecffe939ef7eb5e8a.tar.bz2
mpv-d4ac911f0ff95067d745ad7ecffe939ef7eb5e8a.tar.xz
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
#ifdef within the file is pointless git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26213 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_export.c')
-rw-r--r--libaf/af_export.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libaf/af_export.c b/libaf/af_export.c
index 95f3c979f9..571507019d 100644
--- a/libaf/af_export.c
+++ b/libaf/af_export.c
@@ -15,9 +15,7 @@
#include "config.h"
#include <sys/types.h>
-#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
-#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>