util/nvmutil: remove unnecessary include

dirent.h is no longer needed, because i'm no longer
making use of opendir()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 17:13:03 +00:00
parent 8faa36eb64
commit 7c0eb780a9
-1
View File
@@ -4,7 +4,6 @@
#include <sys/stat.h>
#include <dirent.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>