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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2015-03-20 21:20:10 +00:00
parent 02e93be55e
commit 9450bd56be
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include "xmlconfig.h"
#include "xmlpool.h"
#include <libdrm/drm.h>
#include <drm.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <stdio.h>