diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-16 22:05:42 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-16 22:05:42 +0000 |
commit | 41ce9537d30ed59ad73a59f028b8e8a233ae2c63 (patch) | |
tree | 7592a765da81385bff5cfe1aa62f215618be948e /layout.c | |
parent | f302af14d5fbdd9ad12f7b08c17a1c2cf25eaaab (diff) | |
download | flashrom-41ce9537d30ed59ad73a59f028b8e8a233ae2c63.zip flashrom-41ce9537d30ed59ad73a59f028b8e8a233ae2c63.tar.gz |
Drop unused/duplicated #includes and some dead code
Build-tested on 32bit x86.
Corresponding to flashrom svn r521.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'layout.c')
-rw-r--r-- | layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |