diff options
Diffstat (limited to 'src/gallium/targets/dri/target.c')
-rw-r--r-- | src/gallium/targets/dri/target.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/dri/target.c b/src/gallium/targets/dri/target.c index 16a958bdf67..d6fbd01b88f 100644 --- a/src/gallium/targets/dri/target.c +++ b/src/gallium/targets/dri/target.c @@ -1,5 +1,4 @@ -#include "target-helpers/inline_drm_helper.h" -#include "target-helpers/inline_sw_helper.h" +#include "target-helpers/drm_helper.h" #include "dri_screen.h" |