diff options
author | Emil Velikov <[email protected]> | 2014-01-29 16:23:42 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 17:17:49 +0000 |
commit | 7536d744ee5614b50e92ec65939f12a2b27a332f (patch) | |
tree | 95e3f8a59d4b8fe234b0f88a1d1883da16f0ab86 /src/gallium | |
parent | 929f83376aef4ac94ccb9117a5a3df4cc27f525f (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <fcntl.h> #include <stdio.h> -#include <libudev.h> #include <xf86drm.h> #ifdef HAVE_PIPE_LOADER_XCB |