diff options
Diffstat (limited to 'util/flashrom/82802ab.c')
-rw-r--r-- | util/flashrom/82802ab.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/util/flashrom/82802ab.c b/util/flashrom/82802ab.c index 2dacfa30a1..53930eec65 100644 --- a/util/flashrom/82802ab.c +++ b/util/flashrom/82802ab.c @@ -23,12 +23,8 @@ * */ -#include <errno.h> -#include <fcntl.h> -#include <sys/mman.h> -#include <unistd.h> #include <stdio.h> -#include <stdlib.h> +#include <stdint.h> #include "flash.h" #include "82802ab.h" |