commit | 7ed78c88b6aa9830ff2d84dfca4bb62e4471a300 | [log] [tgz] |
---|---|---|
author | Stefan Reinauer <stepan@coresystems.de> | Thu May 24 09:26:39 2007 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Thu May 24 09:26:39 2007 +0000 |
tree | ac4f669570573be9682c111c48d9a6171dcfdb10 | |
parent | 5380d51c69a6fc9710396b600b42757fb9b0058e [diff] [blame] |
Drop leftover includes Corresponding to flashrom svn r115 and coreboot v2 svn r2693. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
diff --git a/82802ab.c b/82802ab.c index 2dacfa3..53930ee 100644 --- a/82802ab.c +++ b/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"