Skip to content

Commit 696e35b

Browse files
Yuri ZaporozhetsDaniel Kiper
Yuri Zaporozhets
authored and
Daniel Kiper
committed
include/grub/mm.h: Remove duplicate inclusion of grub/err.h
The header is included twice. Fix that. Signed-off-by: Yuri Zaporozhets <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
1 parent 187338f commit 696e35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/grub/mm.h

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <grub/err.h>
2424
#include <grub/types.h>
2525
#include <grub/symbol.h>
26-
#include <grub/err.h>
2726
#include <config.h>
2827

2928
#ifndef NULL

0 commit comments

Comments
 (0)