From cb3ce954013ce383e64b73b65df1eb4ef8833570 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:47 -0500 Subject: global: Drop common.h inclusion In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- disk/part_amiga.h | 1 - 1 file changed, 1 deletion(-) (limited to 'disk') diff --git a/disk/part_amiga.h b/disk/part_amiga.h index 42f5eb0f941..dfa70bdb8a8 100644 --- a/disk/part_amiga.h +++ b/disk/part_amiga.h @@ -7,7 +7,6 @@ #ifndef _DISK_PART_AMIGA_H #define _DISK_PART_AMIGA_H -#include #if CONFIG_IS_ENABLED(ISO_PARTITION) /* Make the buffers bigger if ISO partition support is enabled -- CD-ROMS -- cgit v1.2.3