nir: remove redundant include of gallium headers

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25880>
This commit is contained in:
Yonggang Luo 2023-10-10 02:53:56 +08:00 committed by Marge Bot
parent 43715516fc
commit ffa458ee8f
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
#include "main/menums.h"
#include "nir.h"
#include "nir_deref.h"

View file

@ -22,7 +22,6 @@
* IN THE SOFTWARE.
*/
#include "program/prog_instruction.h"
#include "nir.h"
#include "nir_builder.h"