From 50129cf5607abb5c3d2714e23bd0bf3d91f69971 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Apr 2024 11:51:07 +0200 Subject: [PATCH] rebase diff --- hw/xfree86/os-support/xf86_os_support.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/xfree86/os-support/xf86_os_support.h b/hw/xfree86/os-support/xf86_os_support.h index b9aebb0a2..a6d02b778 100644 --- a/hw/xfree86/os-support/xf86_os_support.h +++ b/hw/xfree86/os-support/xf86_os_support.h @@ -52,10 +52,7 @@ typedef struct { void xf86OSInitVidMem(VidMemInfoPtr); #ifdef XSERVER_PLATFORM_BUS -#include "hotplug.h" - -struct OdevAttributes; - +#include "config/hotplug_priv.h" void xf86PlatformDeviceProbe(struct OdevAttributes *attribs);