summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_query.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-03-05 15:20:44 +0100
committerMarek Olšák <[email protected]>2012-03-05 15:31:35 +0100
commit6ed5855009a0ab8c6f88cad1ae517e49d8953d98 (patch)
treec483220feb9c90e1cf0b1ceb557ebc457b00c7c3 /src/gallium/drivers/r600/r600_query.c
parent45d731fdf9e469011a071a101b510e5b1578215f (diff)
r600g: move r600_context_bo_reloc to r600_pipe.h
so that we don't have to include r600_hw_context_priv.h outside of the *hw_context* files.
Diffstat (limited to 'src/gallium/drivers/r600/r600_query.c')
-rw-r--r--src/gallium/drivers/r600/r600_query.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_query.c b/src/gallium/drivers/r600/r600_query.c
index df5764aec68..c29d34902de 100644
--- a/src/gallium/drivers/r600/r600_query.c
+++ b/src/gallium/drivers/r600/r600_query.c
@@ -23,7 +23,6 @@
#include "r600_pipe.h"
#include "r600d.h"
#include "util/u_memory.h"
-#include "r600_hw_context_priv.h"
static bool r600_is_timer_query(unsigned type)
{