Changeset 35346 in vbox for trunk/src/VBox/VMM/VMMR3/CFGM.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/VMMR3/CFGM.cpp
r35333 r35346 56 56 *******************************************************************************/ 57 57 #define LOG_GROUP LOG_GROUP_CFGM 58 #include <VBox/ cfgm.h>59 #include <VBox/ dbgf.h>60 #include <VBox/ mm.h>58 #include <VBox/vmm/cfgm.h> 59 #include <VBox/vmm/dbgf.h> 60 #include <VBox/vmm/mm.h> 61 61 #include "CFGMInternal.h" 62 #include <VBox/vm .h>62 #include <VBox/vmm/vm.h> 63 63 #include <VBox/err.h> 64 64
Note:
See TracChangeset
for help on using the changeset viewer.