From: Emil Velikov Date: Wed, 29 Jan 2014 16:23:42 +0000 (+0000) Subject: pipe-loader: drop obsolete libudev.h include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7536d744ee5614b50e92ec65939f12a2b27a332f;p=mesa.git 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 --- diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c index d6869fda65d..597a9b5a3d8 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