summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_queryobj.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-11-14 12:14:40 -0800
committerEric Anholt <[email protected]>2015-01-28 16:33:34 -0800
commit8ab6759cef6dc5101be3badce10a52d1d046f2ea (patch)
tree70b78a573b81a9dba709ad579501e79767d5b499 /src/mesa/drivers/dri/radeon/radeon_queryobj.h
parent2397a721291457c146c7f4bcd48adcb3b2d979bd (diff)
mesa: Move simple_list.h to src/util.
We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_queryobj.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_queryobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_queryobj.h b/src/mesa/drivers/dri/radeon/radeon_queryobj.h
index 0ad177a2c43..a2e7724da14 100644
--- a/src/mesa/drivers/dri/radeon/radeon_queryobj.h
+++ b/src/mesa/drivers/dri/radeon/radeon_queryobj.h
@@ -26,7 +26,7 @@
*/
#include "main/imports.h"
-#include "main/simple_list.h"
+#include "util/simple_list.h"
#include "radeon_common_context.h"
extern void radeonEmitQueryBegin(struct gl_context *ctx);