diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 06:59:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-19 07:22:03 +0000 |
| commit | f1fda8b43eb03be951846c6df9d0be81be84808e (patch) | |
| tree | 3763a5d0fa6c056cf4fcb0e23c2204c4773bef86 /util/nvmutil/lib/state.c | |
| parent | 2ed8db3adc19dd922e31082634146e159f65af2e (diff) | |
util/nvmutil: tidy up includes
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib/state.c')
| -rw-r--r-- | util/nvmutil/lib/state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/nvmutil/lib/state.c b/util/nvmutil/lib/state.c index f4f83e48..b350330e 100644 --- a/util/nvmutil/lib/state.c +++ b/util/nvmutil/lib/state.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: MIT - * * Copyright (c) 2022-2026 Leah Rowe <leah@libreboot.org> * * This tool lets you modify Intel GbE NVM (Gigabit Ethernet @@ -21,7 +20,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <time.h> #include <unistd.h> #include "../include/common.h" |
