diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:11:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:04 -0600 |
commit | c93cc8ed4166e0486d5c09d952695662708cd72c (patch) | |
tree | 763b2bbfaab08de6bf2671e8ee815c15f8bcfc37 /disk/part_efi.c | |
parent | a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 (diff) |
part: Remove <common.h> and add needed includes
Remove <common.h> from all "part/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'disk/part_efi.c')
-rw-r--r-- | disk/part_efi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disk/part_efi.c b/disk/part_efi.c index 4ce9243ef25..b1a03bd165e 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -12,7 +12,6 @@ #define LOG_CATEGORY LOGC_FS -#include <common.h> #include <blk.h> #include <log.h> #include <part.h> |