diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-10-06 02:56:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@coresystems.de> | 2010-10-06 02:56:44 +0000 |
commit | ea726e4632e3337c6e2a5e27c5602b82101117c8 (patch) | |
tree | d8bb91fbf705263eccba22046515c5208a115acb /mcp6x_spi.c | |
parent | 1c7417129b581bad0e2bdcbd8d13e941622478d9 (diff) | |
download | flashrom-ea726e4632e3337c6e2a5e27c5602b82101117c8.zip flashrom-ea726e4632e3337c6e2a5e27c5602b82101117c8.tar.gz |
Remove duplicate includes from the code
Corresponding to flashrom svn r1196.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'mcp6x_spi.c')
-rw-r--r-- | mcp6x_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mcp6x_spi.c b/mcp6x_spi.c index 97c0a1c..0e0d311 100644 --- a/mcp6x_spi.c +++ b/mcp6x_spi.c @@ -25,7 +25,6 @@ #if defined(__i386__) || defined(__x86_64__) -#include <stdint.h> #include <stdlib.h> #include <ctype.h> #include "flash.h" |