summaryrefslogtreecommitdiff
path: root/layout.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 /layout.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 'layout.c')
-rw-r--r--layout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/layout.c b/layout.c
index 87a52ad..4326aea 100644
--- a/layout.c
+++ b/layout.c
@@ -18,11 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-#include <stdint.h>
#include "flash.h"
char *mainboard_vendor = NULL;