mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
r300: drop u_mm.h include.
This is not used in any of these files. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c9ec28b1c0
commit
9e922bd78c
4 changed files with 0 additions and 4 deletions
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_mm.h"
|
||||
|
||||
#include "r300_context.h"
|
||||
#include "r300_cb.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
#include "r300_fs.h"
|
||||
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_mm.h"
|
||||
|
||||
/*
|
||||
HiZ rules - taken from various docs
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
#include "util/u_half.h"
|
||||
#include "util/u_helpers.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_mm.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_transfer.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
#include "util/u_format_s3tc.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_mm.h"
|
||||
|
||||
#include "pipe/p_screen.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue