[Spice-devel] [PATCH 6/7] Remove epoll headers from client code

Hans de Goede hdegoede at redhat.com
Fri Jan 20 00:56:17 PST 2012


Looks good, ACK.

Regards,

Hans


On 01/19/2012 09:10 PM, Dan McGee wrote:
> There is no more usage of epoll on the client side, so no need to
> include these header files.
>
> Signed-off-by: Dan McGee<dpmcgee at gmail.com>
> ---
>   client/x11/named_pipe.cpp |    1 -
>   client/x11/platform.cpp   |    1 -
>   2 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/client/x11/named_pipe.cpp b/client/x11/named_pipe.cpp
> index 84b980d..ad6b2e5 100644
> --- a/client/x11/named_pipe.cpp
> +++ b/client/x11/named_pipe.cpp
> @@ -20,7 +20,6 @@
>
>   #include<sys/types.h>
>   #include<sys/socket.h>
> -#include<sys/epoll.h>
>   #include<sys/un.h>
>   #include "named_pipe.h"
>   #include "utils.h"
> diff --git a/client/x11/platform.cpp b/client/x11/platform.cpp
> index df8fa76..416513e 100644
> --- a/client/x11/platform.cpp
> +++ b/client/x11/platform.cpp
> @@ -34,7 +34,6 @@
>   #include<X11/extensions/Xfixes.h>
>   #include<unistd.h>
>   #include<sys/socket.h>
> -#include<sys/epoll.h>
>   #include<sys/resource.h>
>   #include<sys/types.h>
>   #include<sys/syscall.h>


More information about the Spice-devel mailing list