summaryrefslogtreecommitdiffstats
path: root/src/intel/blorp
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-03-01 08:58:43 -0800
committerJason Ekstrand <[email protected]>2017-03-01 16:14:03 -0800
commit8048c1953c97de75ccbe33d719ca81f67a5ba255 (patch)
treede0335ed4accea44d0bc292652d021033f1d4889 /src/intel/blorp
parenta2195e561a1ef2be1398c05fe83299638220f5ff (diff)
i965: Reduce cross-pollination between the DRI driver and compiler
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/blorp')
-rw-r--r--src/intel/blorp/blorp_blit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index bb73e51de09..0cc5a840338 100644
--- a/src/intel/blorp/blorp_blit.c
+++ b/src/intel/blorp/blorp_blit.c
@@ -24,7 +24,6 @@
#include "compiler/nir/nir_builder.h"
#include "blorp_priv.h"
-#include "brw_meta_util.h"
/* header-only include needed for _mesa_unorm_to_float and friends. */
#include "mesa/main/format_utils.h"