summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a4xx/fd4_query.c
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2014-12-03 18:02:38 -0500
committerRob Clark <[email protected]>2014-12-04 16:01:37 -0500
commite9589a8fcf60f9d04ea31e6f84f43f9d10a636da (patch)
tree109ba1f9b821541381019ce5658bcd07af37f633 /src/gallium/drivers/freedreno/a4xx/fd4_query.c
parent8bf69a29bb5d084f0f24f8e7ba777d3708b14c3e (diff)
freedreno/a4xx: fd4_util -> fd4_format
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a4xx/fd4_query.c')
-rw-r--r--src/gallium/drivers/freedreno/a4xx/fd4_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a4xx/fd4_query.c b/src/gallium/drivers/freedreno/a4xx/fd4_query.c
index 9a50626aaeb..6db1c11b94b 100644
--- a/src/gallium/drivers/freedreno/a4xx/fd4_query.c
+++ b/src/gallium/drivers/freedreno/a4xx/fd4_query.c
@@ -31,7 +31,7 @@
#include "freedreno_util.h"
#include "fd4_query.h"
-#include "fd4_util.h"
+#include "fd4_format.h"
void fd4_query_context_init(struct pipe_context *pctx)
{