[PATCH 2/2] kexec-tools/xen: Remove redundant include

Daniel Kiper daniel.kiper at oracle.com
Mon Dec 2 14:06:25 EST 2013


Remove redundant include of stdlib.h introduced by
commit d01680c28ba7bf1e02f74aa5841247a45738f5d4
(kexec/xen: Correct some compile errors).

Signed-off-by: Daniel Kiper <daniel.kiper at oracle.com>
---
 kexec/kexec-xen.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/kexec/kexec-xen.c b/kexec/kexec-xen.c
index e885246..cac313d 100644
--- a/kexec/kexec-xen.c
+++ b/kexec/kexec-xen.c
@@ -2,7 +2,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <stdlib.h>
 #include <elf.h>
 #include "kexec.h"
 #include "kexec-syscall.h"
-- 
1.7.10.4




More information about the kexec mailing list