diff mbox series

main-loop: remove unused header file

Message ID 1545028456-2797-1-git-send-email-liq3ea@gmail.com
State New
Headers show
Series main-loop: remove unused header file | expand

Commit Message

Li Qiang Dec. 17, 2018, 6:34 a.m. UTC
Signed-off-by: Li Qiang <liq3ea@gmail.com>
---
 util/main-loop.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Li Qiang Jan. 10, 2019, 8:26 a.m. UTC | #1
Ping...

Thanks,
Li Qiang

Li Qiang <liq3ea@gmail.com> 于2018年12月17日周一 下午2:34写道:

> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
>  util/main-loop.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/util/main-loop.c b/util/main-loop.c
> index affe0403c5..845a4b1f13 100644
> --- a/util/main-loop.c
> +++ b/util/main-loop.c
> @@ -26,7 +26,6 @@
>  #include "qapi/error.h"
>  #include "qemu/cutils.h"
>  #include "qemu/timer.h"
> -#include "qemu/sockets.h"      // struct in_addr needed for libslirp.h
>  #include "sysemu/qtest.h"
>  #include "sysemu/cpus.h"
>  #include "sysemu/replay.h"
> --
> 2.11.0
>
>
Stefan Hajnoczi Jan. 10, 2019, 10:34 a.m. UTC | #2
On Sun, Dec 16, 2018 at 10:34:16PM -0800, Li Qiang wrote:
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---

A candidate for the trivial patches tree.

>  util/main-loop.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/util/main-loop.c b/util/main-loop.c
> index affe0403c5..845a4b1f13 100644
> --- a/util/main-loop.c
> +++ b/util/main-loop.c
> @@ -26,7 +26,6 @@
>  #include "qapi/error.h"
>  #include "qemu/cutils.h"
>  #include "qemu/timer.h"
> -#include "qemu/sockets.h"	// struct in_addr needed for libslirp.h
>  #include "sysemu/qtest.h"
>  #include "sysemu/cpus.h"
>  #include "sysemu/replay.h"
> -- 
> 2.11.0
> 
>
diff mbox series

Patch

diff --git a/util/main-loop.c b/util/main-loop.c
index affe0403c5..845a4b1f13 100644
--- a/util/main-loop.c
+++ b/util/main-loop.c
@@ -26,7 +26,6 @@ 
 #include "qapi/error.h"
 #include "qemu/cutils.h"
 #include "qemu/timer.h"
-#include "qemu/sockets.h"	// struct in_addr needed for libslirp.h
 #include "sysemu/qtest.h"
 #include "sysemu/cpus.h"
 #include "sysemu/replay.h"