- Timestamp:
- Nov 5, 2021 12:57:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GVMMR3.cpp
r92231 r92232 1 1 /* $Id$ */ 2 2 /** @file 3 * GVMM - Global VM Manager, ring-3 request wrappers. .3 * GVMM - Global VM Manager, ring-3 request wrappers. 4 4 */ 5 5 … … 25 25 #include <VBox/vmm/vmcc.h> 26 26 #include <VBox/sup.h> 27 #include <VBox/param.h>28 29 #include <iprt/assert.h>30 #include <iprt/errcore.h>31 #include <VBox/log.h>32 #include <iprt/mem.h>33 #include <iprt/string.h>34 27 35 28
Note:
See TracChangeset
for help on using the changeset viewer.