Changeset 35346 in vbox for trunk/src/recompiler/exec-all.h
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/exec-all.h
r33656 r35346 34 34 35 35 #ifdef VBOX 36 # include <VBox/ tm.h>37 # include <VBox/ pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */36 # include <VBox/vmm/tm.h> 37 # include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */ 38 38 # ifndef LOG_GROUP 39 39 # define LOG_GROUP LOG_GROUP_REM … … 41 41 # include <VBox/log.h> 42 42 # include "REMInternal.h" 43 # include <VBox/vm .h>43 # include <VBox/vmm/vm.h> 44 44 #endif /* VBOX */ 45 45
Note:
See TracChangeset
for help on using the changeset viewer.