mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 01:18:18 +02:00
radv: cleanup conditional header includes
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:
parent
fd9c2ce73d
commit
e32d518819
4 changed files with 0 additions and 22 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
typedef void *drmDevicePtr;
|
||||
#include <io.h>
|
||||
#else
|
||||
#include "drm-uapi/amdgpu_drm.h"
|
||||
#include "util/os_drm.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue