Changeset 35346 in vbox for trunk/src/VBox/Devices/PC/ACPI
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
r33540 r35346 21 21 22 22 #define LOG_GROUP LOG_GROUP_DEV_ACPI 23 #include <VBox/ pdmdev.h>24 #include <VBox/ pgm.h>23 #include <VBox/vmm/pdmdev.h> 24 #include <VBox/vmm/pgm.h> 25 25 #include <VBox/log.h> 26 26 #include <VBox/param.h> 27 #include <VBox/ cfgm.h>28 #include <VBox/ mm.h>27 #include <VBox/vmm/cfgm.h> 28 #include <VBox/vmm/mm.h> 29 29 #include <iprt/assert.h> 30 30 #include <iprt/alloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.