Changeset 76393 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 23, 2018 2:04:19 AM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gmm.h
r69475 r76393 31 31 #include <VBox/param.h> 32 32 #include <VBox/ostypes.h> 33 #include <VBox/VMMDev.h>34 33 #include <iprt/avl.h> 35 34 -
trunk/include/VBox/vmm/pgm.h
r73376 r76393 32 32 #include <VBox/vmm/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */ 33 33 #include <iprt/x86.h> 34 #include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */35 34 #include <VBox/param.h> 36 35
Note:
See TracChangeset
for help on using the changeset viewer.