From: Yuri Zaporozhets Date: Mon, 23 Dec 2024 20:47:18 +0000 (+0100) Subject: include/grub/mm.h: Remove duplicate inclusion of grub/err.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696e35b7ff92689add3ba898bee4f4892b3a3cfe;p=thirdparty%2Fgrub.git include/grub/mm.h: Remove duplicate inclusion of grub/err.h The header is included twice. Fix that. Signed-off-by: Yuri Zaporozhets Reviewed-by: Daniel Kiper --- diff --git a/include/grub/mm.h b/include/grub/mm.h index e1336d1c2..51ec0b8f9 100644 --- a/include/grub/mm.h +++ b/include/grub/mm.h @@ -23,7 +23,6 @@ #include #include #include -#include #include #ifndef NULL