summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-03-05 18:40:23 +0900
committerMichel Dänzer <michel@daenzer.net>2015-03-17 11:00:13 +0900
commit4b8adebb80158bcf81ada83bb88517febe931b12 (patch)
tree2284b053ed5a35850848fdf97ee3ae4c6140bcf8 /src/radeon_accel.c
parent76c2923ac5c7230a8b2f9f8329c308d28b44d9c0 (diff)
Move #include "radeon_glamor.h" from radeon.h to where it's needed
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r--src/radeon_accel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 8eff5c52..1def2a3f 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -78,6 +78,7 @@
#include <assert.h>
/* Driver data structures */
#include "radeon.h"
+#include "radeon_glamor.h"
#include "radeon_reg.h"
#include "r600_reg.h"
#include "radeon_probe.h"