]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Revert "nhlt-dmic-info.c: include sys/types.h"
authorSam James <sam@gentoo.org>
Sat, 30 Sep 2023 09:09:46 +0000 (10:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 17 Oct 2023 11:45:36 +0000 (13:45 +0200)
This reverts commit 0925ad7f09b2dc77015784f9ac2f5e34dd0dd5c3.

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>
nhlt/nhlt-dmic-info.c

index eadf21a11bbc2e6a37807914761b633caffa07e7..f1b08574251006f05d98cdd155042e043274ca5c 100644 (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;