util/nvmutil: don't include not-needed inttypes.h

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 15:30:03 +00:00
parent 2773736dfc
commit 681967c386
-1
View File
@@ -24,7 +24,6 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>