1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

erasure_layout: Simplify include paths

Header files can be found without explicitly specifying include
directory on the file path.

Change-Id: I6ef34273d088d8fb4559fe3d801d1247ad9b3fa2
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75322
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Aarya <aarya.chaumal@gmail.com>
This commit is contained in:
Anastasia Klimchuk 2023-05-18 20:38:26 +10:00
parent 59287a0bd0
commit 2e81c05ad3

View File

@ -20,9 +20,9 @@
#include <limits.h>
#include <string.h>
#include "include/flash.h"
#include "include/layout.h"
#include "include/erasure_layout.h"
#include "flash.h"
#include "layout.h"
#include "erasure_layout.h"
static size_t calculate_block_count(const struct flashchip *chip, size_t eraser_idx)
{