Changeset 35346 in vbox for trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r35333 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_PGM_SHARED 22 #include <VBox/ pgm.h>23 #include <VBox/ gmm.h>22 #include <VBox/vmm/pgm.h> 23 #include <VBox/vmm/gmm.h> 24 24 #include "PGMInternal.h" 25 #include <VBox/vm .h>25 #include <VBox/vmm/vm.h> 26 26 #include "PGMInline.h" 27 27 #include <VBox/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.