summaryrefslogtreecommitdiffstats
path: root/mixer.c
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-03-19 22:55:15 +0100
committerwm4 <wm4@mplayer2.org>2012-03-19 22:55:41 +0100
commit7d0c4c3c312a14bc5674a9f38826d79ca8f3466f (patch)
tree4528ce41e68ef7b906f3fdcdbdc4f3e5aeab223b /mixer.c
parent00421e5eec3271c0c15543ba97a97e304ed2dcb0 (diff)
downloadmpv-7d0c4c3c312a14bc5674a9f38826d79ca8f3466f.tar.bz2
mpv-7d0c4c3c312a14bc5674a9f38826d79ca8f3466f.tar.xz
mixer: remove useless includes
These have been unneeded ever since 2004.
Diffstat (limited to 'mixer.c')
-rw-r--r--mixer.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mixer.c b/mixer.c
index dfa52e6b28..66b69a2e8d 100644
--- a/mixer.c
+++ b/mixer.c
@@ -17,16 +17,11 @@
*/
#include <string.h>
-#ifndef __MINGW32__
-#include <sys/ioctl.h>
-#endif
-#include <fcntl.h>
-#include <stdio.h>
-#include <unistd.h>
#include "config.h"
#include "libao2/audio_out.h"
#include "libaf/af.h"
+#include "mp_msg.h"
#include "mixer.h"