diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 06:59:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | 1b82927843801636031c5b00baa1b86ee3e594c2 (patch) | |
| tree | d6211e42d9afe8cfa6a762b5b7ee70a733670308 /util/nvmutil/lib/checksum.c | |
| parent | aff629f57169efd53a62496ff5e71d6f61eedbb1 (diff) | |
util/nvmutil: tidy up includes
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib/checksum.c')
| -rw-r--r-- | util/nvmutil/lib/checksum.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/util/nvmutil/lib/checksum.c b/util/nvmutil/lib/checksum.c index d006a106..465b76bf 100644 --- a/util/nvmutil/lib/checksum.c +++ b/util/nvmutil/lib/checksum.c @@ -7,22 +7,13 @@ * Related file: word.c */ -#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" |
