diff options
author | Leah Rowe <leah@libreboot.org> | 2023-06-01 08:47:54 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-06-01 08:48:39 +0100 |
commit | f0846134b7c8007991d3d6eb6494f51ea1125206 (patch) | |
tree | ae6dbbedb37d5c8d7cc39312b00d84048d7f804c /util/nvmutil/nvmutil.c | |
parent | 2dabafe69153724d986fc570970d4d54acd03fae (diff) |
util/nvmutil: move includes to nvmutil.h
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r-- | util/nvmutil/nvmutil.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 6b3020dc..a94ac342 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1,18 +1,6 @@ /* Copyright (c) 2022, 2023 Leah Rowe <info@minifree.org> */ /* SPDX-License-Identifier: MIT */ -#include <sys/stat.h> - -#include <dirent.h> -#include <err.h> -#include <errno.h> -#include <fcntl.h> -#include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> - #include "nvmutil.h" int |