tests: audiomixer: remove unistd.h include

Not needed and breaks the build with MVSC.
This commit is contained in:
Tim-Philipp Müller 2018-03-16 09:28:44 +00:00
parent b058de9d90
commit 57516c5153

View file

@ -29,8 +29,6 @@
# include <valgrind/valgrind.h>
#endif
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/check/gstconsistencychecker.h>
#include <gst/audio/audio.h>