minor include cleanups
authorStefan Reinauer <stepan@coresystems.de>
Mon, 27 Sep 2010 18:48:15 +0000 (18:48 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 27 Sep 2010 18:48:15 +0000 (18:48 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/cbfstool/cbfstool.c
util/ectool/ec.c
util/ectool/ec.h

index 4c3a8c925e5e6259c5abc1018d2d54dbfe873e95..e1b9fca58bb8b3d0ab3a472da2a32ddd321628c4 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include <stdio.h>
-#include <stdint.h>
 #include <string.h>
 #include "common.h"
 #include "cbfs.h"
index 233e9ba4599d44239b5f49f2da4ff62a17dbfd04..5bff0c2655aa4340c298eae8b4ccad925b832913 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/io.h>
index 94ddbf893b00a88237630bc8d4204a8cd1a4d34a..a7b10e4324ec04f158a9faf32cdcd390972b76ca 100644 (file)
@@ -20,8 +20,6 @@
 #ifndef _EC_H
 #define _EC_H
 
-#include <stdint.h>
-
 #define EC_DATA                0x62
 #define EC_SC          0x66