summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-19 06:59:11 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-19 07:22:03 +0000
commitf1fda8b43eb03be951846c6df9d0be81be84808e (patch)
tree3763a5d0fa6c056cf4fcb0e23c2204c4773bef86 /util/nvmutil/nvmutil.c
parent2ed8db3adc19dd922e31082634146e159f65af2e (diff)
util/nvmutil: tidy up includes
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r--util/nvmutil/nvmutil.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 8b4f01d1..8cad0d95 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -7,22 +7,14 @@
* These images configure your Intel Gigabit Ethernet adapter.
*/
-#ifdef __OpenBSD__
-#include <sys/param.h>
-#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
-#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-#include <unistd.h>
#include "include/common.h"