diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-27 18:48:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 18:48:15 +0000 |
commit | 2dd1ded19736b322e410eee05375446af013feb5 (patch) | |
tree | e235d4fb8af99beb26b4313b0f5608c1adb82b03 /util/cbfstool | |
parent | 7ac4c26177713cf2b1ada8c8d377929aedd109e4 (diff) | |
download | coreboot-2dd1ded19736b322e410eee05375446af013feb5.tar.xz |
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.c | 1 |
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" |