summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2012-01-19 14:10:03 -0600
committerAlon Levy <alevy@redhat.com>2012-01-23 12:28:59 +0200
commit90d612686901254ec0d600ea991e65dbdc849ce5 (patch)
tree8fa96341d047294f8a1eabffae70ea15c8100a5f
parent781706ea0de422b95112f064c37f69ec4715a87b (diff)
downloadspice-90d612686901254ec0d600ea991e65dbdc849ce5.tar.gz
spice-90d612686901254ec0d600ea991e65dbdc849ce5.tar.xz
spice-90d612686901254ec0d600ea991e65dbdc849ce5.zip
Remove epoll headers from client code
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@gmail.com>
-rw-r--r--client/x11/named_pipe.cpp1
-rw-r--r--client/x11/platform.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/client/x11/named_pipe.cpp b/client/x11/named_pipe.cpp
index 84b980dc..ad6b2e5c 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 df8fa768..416513e6 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>