virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
1.92k stars 377 forks source link

viogpu: Fix recursive includes #1041

Closed davispuh closed 4 months ago

davispuh commented 4 months ago

Currently there are several includes that cause recursive including - it still works because of include guards but it's not good idea for this to happen in first place and sometimes it can cause quite puzzling errors.

Some examples:

davispuh commented 4 months ago

I actually agree but that's larger change, I updated PR.

YanVugenfirer commented 4 months ago

rerun tests