grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] mm.h: duplicate inclusion of <grub/err.h>


From: Yuri Zaporozhets
Subject: [PATCH] mm.h: duplicate inclusion of <grub/err.h>
Date: Mon, 23 Dec 2024 21:47:18 +0100

The header is included twice. Fix that.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
---
 include/grub/mm.h | 1 -
 1 file changed, 1 deletion(-)

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 <grub/err.h>
 #include <grub/types.h>
 #include <grub/symbol.h>
-#include <grub/err.h>
 #include <config.h>
 
 #ifndef NULL
-- 
2.43.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]