diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-05-24 09:26:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@coresystems.de> | 2007-05-24 09:26:39 +0000 |
commit | f204e2545b0d11fd34269128f890ea341ea74a1a (patch) | |
tree | ac4f669570573be9682c111c48d9a6171dcfdb10 /82802ab.c | |
parent | e45751e5f720c2650893ed9f69a743d76ecaafe2 (diff) | |
download | flashrom-f204e2545b0d11fd34269128f890ea341ea74a1a.zip flashrom-f204e2545b0d11fd34269128f890ea341ea74a1a.tar.gz |
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>
Diffstat (limited to '82802ab.c')
-rw-r--r-- | 82802ab.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |