Changeset 35346 in vbox for trunk/src/VBox/VMM/testcase/tstCFGM.cpp
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCFGM.cpp
r28800 r35346 22 22 *******************************************************************************/ 23 23 #include <VBox/sup.h> 24 #include <VBox/ cfgm.h>25 #include <VBox/ mm.h>26 #include <VBox/vm .h>27 #include <VBox/ uvm.h>24 #include <VBox/vmm/cfgm.h> 25 #include <VBox/vmm/mm.h> 26 #include <VBox/vmm/vm.h> 27 #include <VBox/vmm/uvm.h> 28 28 29 29 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.