diff options
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r-- | util/flashrom/layout.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c index 6dbbd9c0d7..62715bd3f9 100644 --- a/util/flashrom/layout.c +++ b/util/flashrom/layout.c @@ -2,9 +2,7 @@ #include <stdlib.h> #include <string.h> #include <stdint.h> -#include "layout.h" -#include "lbtable.h" -#include "debug.h" +#include "flash.h" char *mainboard_vendor = NULL; char *mainboard_part = NULL; |