diff mbox

[-next] kvm tools: remove duplicated include from builtin-setup.c

Message ID CAPgLHd_6FP4H62w+SX-KnepJYTue+S-BycM3-jDg6NqH=-Gu=w@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Yongjun Oct. 26, 2012, 3:17 p.m. UTC
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 tools/kvm/builtin-setup.c | 4 ----
 1 file changed, 4 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pekka Enberg Oct. 26, 2012, 3:28 p.m. UTC | #1
On Fri, 26 Oct 2012, Wei Yongjun wrote:

> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> dpatch engine is used to auto generate this patch.
> (https://github.com/weiyj/dpatch)
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
>  tools/kvm/builtin-setup.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/tools/kvm/builtin-setup.c b/tools/kvm/builtin-setup.c
> index 1b865b7..c5b0566 100644
> --- a/tools/kvm/builtin-setup.c
> +++ b/tools/kvm/builtin-setup.c
> @@ -13,11 +13,7 @@
>  #include <string.h>
>  #include <unistd.h>
>  #include <stdio.h>
> -#include <sys/types.h>
>  #include <sys/mman.h>
> -#include <sys/stat.h>
> -#include <string.h>
> -#include <unistd.h>
>  #include <fcntl.h>
>  
>  extern char _binary_guest_init_start;

Applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tools/kvm/builtin-setup.c b/tools/kvm/builtin-setup.c
index 1b865b7..c5b0566 100644
--- a/tools/kvm/builtin-setup.c
+++ b/tools/kvm/builtin-setup.c
@@ -13,11 +13,7 @@ 
 #include <string.h>
 #include <unistd.h>
 #include <stdio.h>
-#include <sys/types.h>
 #include <sys/mman.h>
-#include <sys/stat.h>
-#include <string.h>
-#include <unistd.h>
 #include <fcntl.h>
 
 extern char _binary_guest_init_start;