Stefan Reinauer has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/em100/+/47645 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M makedpfw.c 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
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>