From 7536d744ee5614b50e92ec65939f12a2b27a332f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 29 Jan 2014 16:23:42 +0000 Subject: pipe-loader: drop obsolete libudev.h include All the udev code is in the loader, so there is no reason for us to include this header. Signed-off-by: Emil Velikov --- src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/auxiliary/pipe-loader') diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c index d6869fd..597a9b5 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c @@ -32,7 +32,6 @@ #include #include -#include #include #ifdef HAVE_PIPE_LOADER_XCB -- cgit v1.1