diff options
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 1bf3ed7d..88dda361 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -38,9 +38,9 @@ /* Driver data structures */ #include "radeon.h" +#include "radeon_reg.h" #include "radeon_macros.h" #include "radeon_dri.h" -#include "radeon_reg.h" #include "radeon_version.h" /* X and server generic header files */ |