mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 02:28:20 +02:00
radv,anv: remove useless includes for drirc stuff
No longer needed. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41881>
This commit is contained in:
parent
c0531ece56
commit
957eb2b5f0
4 changed files with 0 additions and 6 deletions
|
|
@ -22,8 +22,6 @@
|
|||
#include "radv_instance.h"
|
||||
#include "radv_wsi.h"
|
||||
|
||||
#include "util/driconf.h"
|
||||
|
||||
#include "vk_instance.h"
|
||||
#include "vk_log.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
#define RADV_INSTANCE_H
|
||||
|
||||
#include "util/simple_mtx.h"
|
||||
#include "util/xmlconfig.h"
|
||||
#include "radv_drirc.h"
|
||||
#include "radv_radeon_winsys.h"
|
||||
#include "vk_instance.h"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
#include "anv_private.h"
|
||||
#include "anv_api_version.h"
|
||||
|
||||
#include "util/driconf.h"
|
||||
|
||||
static const struct debug_control debug_control[] = {
|
||||
{ "bindless", ANV_DEBUG_BINDLESS},
|
||||
{ "desc-dirty", ANV_DEBUG_DESCRIPTOR_DIRTY},
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@
|
|||
#include "util/u_math.h"
|
||||
#include "util/u_tristate.h"
|
||||
#include "util/vma.h"
|
||||
#include "util/xmlconfig.h"
|
||||
#include "vk_acceleration_structure.h"
|
||||
#include "vk_alloc.h"
|
||||
#include "vk_android.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue