diff options
author | Dave Airlie <[email protected]> | 2017-08-02 16:14:29 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-08-03 06:19:45 +1000 |
commit | a60c584575ac7e6e5f21282f9883da1c3839c334 (patch) | |
tree | 984d7afc31f797751a14da10d58498053ec6572d /src/mesa/drivers/dri/radeon | |
parent | 9e922bd78ce319fe522a279e977bed78f26ebb28 (diff) |
mesa/dri: drop unneeded mm.h include
This isn't used in any of these drivers.
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index e55157093a4..328b545fdbf 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -2,7 +2,6 @@ #ifndef COMMON_CONTEXT_H #define COMMON_CONTEXT_H -#include "main/mm.h" #include "math/m_vector.h" #include "tnl/t_context.h" #include "main/colormac.h" |