From 5f60ccac6f0c1a4236a964bed630c95ab67331cb Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 15 Aug 2011 23:21:29 +0100 Subject: [PATCH] * util/grub-probe.c: Remove duplicate #include. --- ChangeLog | 4 ++++ util/grub-probe.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 039621768..b4ec6f677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-08-15 Colin Watson + + * util/grub-probe.c: Remove duplicate #include. + 2011-08-10 Robert Millan Detect LSI MegaRAID SAS (`mfi') devices on GNU/kFreeBSD. diff --git a/util/grub-probe.c b/util/grub-probe.c index 7c0a75123..3f519bcb4 100644 --- a/util/grub-probe.c +++ b/util/grub-probe.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include