radeonsi: clean up #includes

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23517>
This commit is contained in:
Marek Olšák
2023-06-16 02:16:00 -04:00
committed by Marge Bot
parent 56c787b36d
commit 77f5b1cce0
15 changed files with 35 additions and 30 deletions
+1 -6
View File
@@ -7,14 +7,9 @@
#ifndef AC_GPU_INFO_H
#define AC_GPU_INFO_H
#include "amd_family.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include "util/macros.h"
#include "amd_family.h"
#ifdef __cplusplus
extern "C" {