diff options
author | Vinson Lee <[email protected]> | 2010-01-30 21:32:09 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-30 21:32:09 -0800 |
commit | 8a2cf4549a4e88d8981d75b003ac0a43e71f5e41 (patch) | |
tree | e8d4ab3d9bf933aac9c2162bec1c53fa4798baed /src/mesa/drivers/dri/radeon/radeon_lock.c | |
parent | 1a0d1fa36d76cab6dc5a8821f8677638f45b200e (diff) |
radeon: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_lock.c')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_lock.c b/src/mesa/drivers/dri/radeon/radeon_lock.c index 9dee691938a..7b6bd36dcf7 100644 --- a/src/mesa/drivers/dri/radeon/radeon_lock.c +++ b/src/mesa/drivers/dri/radeon/radeon_lock.c @@ -46,7 +46,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "radeon_screen.h" #include "radeon_common.h" #include "radeon_lock.h" -#include "drirenderbuffer.h" /* Update the hardware state. This is called if another context has * grabbed the hardware lock, which includes the X server. This |