Skip to content

Commit ea482d6

Browse files
committed
efisecdb: fix stray extra include
I don't know why efisecdb.c has a linux.h include, but it doesn't need it or use it for anything. I think someone's editor got a little too empowered and dropped it there, because it's not where I'd choose to put that include if it /were/ justified, either. This takes it out. Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 24a06ba commit ea482d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/efisecdb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
#include "fix_coverity.h" // IWYU pragma: keep
88

9-
#include "linux.h"
109
#include <err.h>
1110
#include <errno.h>
1211
#include <fcntl.h>

0 commit comments

Comments
 (0)