summaryrefslogtreecommitdiff
path: root/cbtable.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-16 22:05:42 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-16 22:05:42 +0000
commitdb778f43d384da0fc3e31c8b214a8109e1be3c05 (patch)
tree7592a765da81385bff5cfe1aa62f215618be948e /cbtable.c
parentced540c3852b39919b31b52cf90d836dd2824552 (diff)
downloadflashrom-db778f43d384da0fc3e31c8b214a8109e1be3c05.tar.gz
Drop unused/duplicated #includes and some dead code (trivial).
Build-tested on 32bit x86. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@521 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cbtable.c b/cbtable.c
index 38e5f8d..4bcfa88 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -21,11 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>
-#include <unistd.h>
#include <sys/types.h>
#include <string.h>
#include <errno.h>