summaryrefslogtreecommitdiff
path: root/kexec/kexec-xen.c
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-12-02 20:06:25 +0100
committerSimon Horman <horms@verge.net.au>2013-12-03 13:13:04 +0900
commit1aa11adbc18931b9ee0239b87c25bf5885a08645 (patch)
treed77c93a7a47904e64f8e4b89f409bd4d523a0b76 /kexec/kexec-xen.c
parent674fe5c63336d1bf56fcdfb7b7071290b07475cf (diff)
kexec-tools/xen: Remove redundant include
Remove redundant include of stdlib.h introduced by commit d01680c28ba7bf1e02f74aa5841247a45738f5d4 (kexec/xen: Correct some compile errors). Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec-xen.c')
-rw-r--r--kexec/kexec-xen.c1
1 files changed, 0 insertions, 1 deletions
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"