[virglrenderer-devel] [PATCH 08/11] renderer: remove unnecessary includes
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Thu Mar 3 17:46:49 UTC 2016
From: Marc-André Lureau <marcandre.lureau at redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
src/virglrenderer.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/virglrenderer.c b/src/virglrenderer.c
index c40a1ed..2801c7f 100644
--- a/src/virglrenderer.c
+++ b/src/virglrenderer.c
@@ -27,14 +27,10 @@
#include <epoxy/gl.h>
-#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
-#include <sys/socket.h>
-#include <sys/un.h>
-#include <sys/eventfd.h>
#include "pipe/p_state.h"
#include "util/u_format.h"
#include "util/u_math.h"
--
2.5.0
More information about the virglrenderer-devel
mailing list