Skip to content

Commit

Permalink
Revert "nhlt-dmic-info.c: include sys/types.h"
Browse files Browse the repository at this point in the history
This reverts commit 0925ad7.

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

Closes: #234
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
thesamesam authored and perexg committed Oct 17, 2023
1 parent c08d580 commit 5ae01fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nhlt/nhlt-dmic-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ae01fc

Please sign in to comment.