diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-03 17:13:03 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-03 17:13:03 +0000 |
| commit | 7c0eb780a9ef4ce0b17aca181ca7b8e531c0862d (patch) | |
| tree | 9c2fbc57b724d14bf74ff825420b8d33947f509a | |
| parent | 8faa36eb64d82e23956e871ae10ed8bb0ff1d8ad (diff) | |
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>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index b58e6895..a468fd6a 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -4,7 +4,6 @@ #include <sys/stat.h> -#include <dirent.h> #include <err.h> #include <errno.h> #include <fcntl.h> |
