diff --git a/erasure_layout.c b/erasure_layout.c index 108fea4c0..c9ac44bc5 100644 --- a/erasure_layout.c +++ b/erasure_layout.c @@ -20,9 +20,9 @@ #include #include -#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) {