Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/47645 )
Change subject: makedpfw: Clean up include files ......................................................................
makedpfw: Clean up include files
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: I21afd69e42d12c6545c09adbf7a1b8ee60fee80d --- M makedpfw.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/45/47645/1
diff --git a/makedpfw.c b/makedpfw.c index eaa85a0..a09d132 100644 --- a/makedpfw.c +++ b/makedpfw.c @@ -13,11 +13,8 @@
#include <stdio.h> #include <stdint.h> -#include <sys/types.h> #include <sys/stat.h> -#include <unistd.h> #include <getopt.h> -#include <errno.h> #include <string.h> #include <stdlib.h>