[Spice-devel] [PATCH spice-server] lz4-encoder: Remove useless header include
Victor Toso
victortoso at redhat.com
Tue Jan 30 10:59:30 UTC 2018
----- Original Message -----
> After 497b8042dcc135f4c5f6b77a971cc6aaa661c094
> ("lz4-encoder: Use GUINT32_TO_BE instead of htonl") patch this header
> is not needed.
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> server/lz4-encoder.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/server/lz4-encoder.c b/server/lz4-encoder.c
> index 8657e8d9..bf8f36f5 100644
> --- a/server/lz4-encoder.c
> +++ b/server/lz4-encoder.c
> @@ -18,7 +18,6 @@
> #include <config.h>
> #endif
>
> -#include <arpa/inet.h>
> #include <lz4.h>
Ack (now including the list too)
> #include "red-common.h"
> #include "lz4-encoder.h"
> --
> 2.14.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
More information about the Spice-devel
mailing list