include/grub/mm.h: Remove duplicate inclusion of grub/err.h

The header is included twice. Fix that.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Yuri Zaporozhets 2024-12-23 21:47:18 +01:00 committed by Daniel Kiper
parent 187338f1ac
commit 696e35b7ff

View File

@ -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