summaryrefslogtreecommitdiff
path: root/82802ab.c
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-05-24 09:26:39 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-05-24 09:26:39 +0000
commit5418df6917466bd3dae8b0443f0b70c0631d44f7 (patch)
treeac4f669570573be9682c111c48d9a6171dcfdb10 /82802ab.c
parent5f8d9f4d3c2bad50b0f77db8657e933ec6146eea (diff)
downloadflashrom-5418df6917466bd3dae8b0443f0b70c0631d44f7.tar.gz
Original v2 revision: 2693
drop leftover includes (trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@115 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to '82802ab.c')
-rw-r--r--82802ab.c6
1 files changed, 1 insertions, 5 deletions
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"