diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 15:30:03 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 15:30:03 +0000 |
| commit | 681967c3864d5c31685d13c3d54acc3d7fc4b910 (patch) | |
| tree | c49d06e0d840af1446330c5338b9793775774a6f | |
| parent | 2773736dfc50d6d947850c8ad1b6e9e5a1a779ab (diff) | |
util/nvmutil: don't include not-needed inttypes.h
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 7643cf1d..27bd7b28 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -24,7 +24,6 @@ #include <errno.h> #include <fcntl.h> -#include <inttypes.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> |
