radv: cleanup conditional header includes
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41865>
This commit is contained in:
Samuel Pitoiset 2026-05-28 16:52:47 +02:00 committed by Marge Bot
parent fd9c2ce73d
commit e32d518819
4 changed files with 0 additions and 22 deletions

View file

@ -13,7 +13,6 @@
#include "radv_physical_device.h"
#if DETECT_OS_ANDROID
#include <libsync.h>
#include <vulkan/vk_android_native_buffer.h>
#endif /* DETECT_OS_ANDROID */

View file

@ -12,16 +12,6 @@
#include <stdbool.h>
#include <string.h>
#ifdef __FreeBSD__
#include <sys/types.h>
#endif
#ifdef MAJOR_IN_MKDEV
#include <sys/mkdev.h>
#endif
#ifdef MAJOR_IN_SYSMACROS
#include <sys/sysmacros.h>
#endif
#ifdef __linux__
#include <sys/inotify.h>
#endif
@ -41,12 +31,6 @@
#include "vk_common_entrypoints.h"
#include "vk_pipeline_cache.h"
#include "vk_util.h"
#ifdef _WIN32
typedef void *drmDevicePtr;
#include <io.h>
#else
#include <xf86drm.h>
#endif
#include "util/mesa-blake3.h"
#include "util/u_atomic.h"
#include "util/u_process.h"

View file

@ -35,7 +35,6 @@
#ifdef _WIN32
typedef void *drmDevicePtr;
#include <io.h>
#else
#include "drm-uapi/amdgpu_drm.h"
#include "util/os_drm.h"

View file

@ -6,10 +6,6 @@
* SPDX-License-Identifier: MIT
*/
#ifndef _WIN32
#include "drm-uapi/amdgpu_drm.h"
#endif
#include "util/vl_zscan_data.h"
#include "ac_vcn_dec.h"