Changeset 37955 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 14, 2011 12:23:02 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72868
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r37136 r37955 27 27 #define ___VBox_vmm_cpum_h 28 28 29 #include <iprt/ types.h>30 #include <VBox/ x86.h>29 #include <iprt/x86.h> 30 #include <VBox/types.h> 31 31 #include <VBox/vmm/cpumctx.h> 32 32 -
trunk/include/VBox/vmm/cpumctx.h
r36763 r37955 28 28 29 29 #include <iprt/types.h> 30 #include < VBox/x86.h>30 #include <iprt/x86.h> 31 31 32 32 -
trunk/include/VBox/vmm/cpumdis.h
r35361 r37955 28 28 29 29 #include <VBox/vmm/cpum.h> 30 #include < VBox/x86.h>30 #include <iprt/x86.h> 31 31 #include <VBox/dis.h> 32 32 -
trunk/include/VBox/vmm/dbgfsel.h
r35361 r37955 29 29 30 30 #include <VBox/types.h> 31 #include < VBox/x86.h>31 #include <iprt/x86.h> 32 32 33 33 -
trunk/include/VBox/vmm/hwacc_vmx.h
r35361 r37955 29 29 #include <VBox/types.h> 30 30 #include <VBox/err.h> 31 #include < VBox/x86.h>31 #include <iprt/x86.h> 32 32 #include <iprt/assert.h> 33 33 -
trunk/include/VBox/vmm/mm.h
r35410 r37955 28 28 29 29 #include <VBox/types.h> 30 #include < VBox/x86.h>30 #include <iprt/x86.h> 31 31 #include <VBox/sup.h> 32 32 #include <iprt/stdarg.h> -
trunk/include/VBox/vmm/pgm.h
r37354 r37955 31 31 #include <VBox/vmm/vmapi.h> 32 32 #include <VBox/vmm/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */ 33 #include < VBox/x86.h>33 #include <iprt/x86.h> 34 34 #include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */ 35 35 #include <VBox/param.h> -
trunk/include/VBox/vmm/selm.h
r35361 r37955 28 28 29 29 #include <VBox/types.h> 30 #include < VBox/x86.h>30 #include <iprt/x86.h> 31 31 #include <VBox/dis.h> 32 32 #include <VBox/vmm/dbgfsel.h> -
trunk/include/VBox/vmm/trpm.h
r35361 r37955 28 28 29 29 #include <VBox/types.h> 30 #include < VBox/x86.h>30 #include <iprt/x86.h> 31 31 32 32
Note:
See TracChangeset
for help on using the changeset viewer.