aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-27 18:48:15 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-27 18:48:15 +0000
commit2dd1ded19736b322e410eee05375446af013feb5 (patch)
treee235d4fb8af99beb26b4313b0f5608c1adb82b03 /util/cbfstool
parent7ac4c26177713cf2b1ada8c8d377929aedd109e4 (diff)
minor include cleanups
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
Diffstat (limited to 'util/cbfstool')
-rw-r--r--util/cbfstool/cbfstool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index 4c3a8c925e..e1b9fca58b 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -19,7 +19,6 @@
*/
#include <stdio.h>
-#include <stdint.h>
#include <string.h>
#include "common.h"
#include "cbfs.h"