mixer: remove useless includes

These have been unneeded ever since 2004.
This commit is contained in:
wm4 2012-03-19 22:55:15 +01:00
parent 00421e5eec
commit 7d0c4c3c31
1 changed files with 1 additions and 6 deletions

View File

@ -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"