Changeset 107217 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 3, 2024 8:01:55 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r107113 r107217 38 38 #include <VBox/vmm/pdmdev.h> 39 39 #include <VBox/vmm/ssm.h> 40 #include <VBox/vmm/vm.h> 40 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 41 # include <VBox/vmm/vm.h> 42 #endif 41 43 42 44
Note:
See TracChangeset
for help on using the changeset viewer.