diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-10-06 02:56:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2010-10-06 02:56:44 +0000 |
commit | 18430a08aa144ee4bb5c5192970f2327a18d1ef9 (patch) | |
tree | d8bb91fbf705263eccba22046515c5208a115acb /cli_classic.c | |
parent | 602de9829cc730e3fbc401297419e9acdfb0fe83 (diff) | |
download | flashrom-18430a08aa144ee4bb5c5192970f2327a18d1ef9.tar.gz flashrom-18430a08aa144ee4bb5c5192970f2327a18d1ef9.tar.bz2 flashrom-18430a08aa144ee4bb5c5192970f2327a18d1ef9.zip |
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 'cli_classic.c')
-rw-r--r-- | cli_classic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli_classic.c b/cli_classic.c index 09504d7fb..979a82209 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -23,7 +23,6 @@ #include <stdio.h> #include <fcntl.h> -#include <sys/types.h> #include <sys/stat.h> #include <string.h> #include <stdlib.h> |