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

2012-01-20 Thread Hans de Goede
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 --- client/x11/named_pipe.cpp |1 - client/x11/platform.cpp |1 - 2 files changed, 0 in

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

2012-01-19 Thread Dan McGee
There is no more usage of epoll on the client side, so no need to include these header files. Signed-off-by: Dan McGee --- 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