Changeset 35346 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/Devices/Graphics/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r35163 r35346 67 67 #define LOG_GROUP LOG_GROUP_DEV_VGA 68 68 #include <VBox/log.h> 69 #include <VBox/ ssm.h>69 #include <VBox/vmm/ssm.h> 70 70 71 71 #include "HGSMIHost.h" -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r33540 r35346 21 21 #define ___HGSMIHost_h 22 22 23 #include <VBox/vm .h>23 #include <VBox/vmm/vm.h> 24 24 25 25 #include <VBox/HGSMI/HGSMI.h>
Note:
See TracChangeset
for help on using the changeset viewer.