Revert "nhlt-dmic-info.c: include sys/types.h"

This reverts commit 0925ad7f09.

This isn't necessary now that we use standard types (sys/types.h just
defines some compatibility typedefs).

Closes: https://github.com/alsa-project/alsa-utils/pull/234
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Sam James 2023-09-30 10:09:46 +01:00 committed by Jaroslav Kysela
parent c08d580b28
commit 5ae01fcf27

View file

@ -33,7 +33,6 @@
#include <fcntl.h>
#include <getopt.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <arpa/inet.h>
int debug = 0;