mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
r300: remove unneeded includes
This commit is contained in:
parent
4d72f8f520
commit
e92492295b
3 changed files with 0 additions and 5 deletions
|
|
@ -46,14 +46,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include "r300_context.h"
|
||||
#include "r300_ioctl.h"
|
||||
#include "radeon_reg.h"
|
||||
#include "r300_reg.h"
|
||||
#include "r300_cmdbuf.h"
|
||||
#include "r300_emit.h"
|
||||
#include "radeon_bocs_wrapper.h"
|
||||
#include "radeon_mipmap_tree.h"
|
||||
#include "r300_state.h"
|
||||
#include "radeon_reg.h"
|
||||
#include "radeon_queryobj.h"
|
||||
|
||||
/** # of dwords reserved for additional instructions that may need to be written
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
#include "main/glheader.h"
|
||||
#include "r300_context.h"
|
||||
#include "r300_cmdbuf.h"
|
||||
#include "radeon_reg.h"
|
||||
|
||||
static INLINE uint32_t cmdpacket0(struct radeon_screen *rscrn,
|
||||
int reg, int count)
|
||||
|
|
|
|||
|
|
@ -67,8 +67,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "vbo/vbo_split.h"
|
||||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_vp_build.h"
|
||||
#include "radeon_reg.h"
|
||||
#include "radeon_macros.h"
|
||||
#include "r300_context.h"
|
||||
#include "r300_ioctl.h"
|
||||
#include "r300_state.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue