From: Emil Velikov Date: Fri, 20 Mar 2015 21:20:10 +0000 (+0000) Subject: gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9450bd56bee3ab99c33be2e08317990fa7563520;p=mesa.git gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h The path is provided by libdrm.pc and already used appropriately by the build system. Signed-off-by: Emil Velikov --- diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c index ec594fdad79..6342ab801a9 100644 --- a/src/gallium/targets/d3dadapter9/drm.c +++ b/src/gallium/targets/d3dadapter9/drm.c @@ -39,7 +39,7 @@ #include "xmlconfig.h" #include "xmlpool.h" -#include +#include #include #include #include