Changeset 35346 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r35025 r35346 106 106 *******************************************************************************/ 107 107 #define LOG_GROUP LOG_GROUP_DEV_VGA 108 #include <VBox/ pdmdev.h>109 #include <VBox/ pgm.h>108 #include <VBox/vmm/pdmdev.h> 109 #include <VBox/vmm/pgm.h> 110 110 #ifdef IN_RING3 111 111 #include <iprt/alloc.h> -
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r35104 r35346 16 16 17 17 #define LOG_GROUP LOG_GROUP_DEV_VGA 18 #include <VBox/ pdmifs.h>19 #include <VBox/ pdmdev.h>20 #include <VBox/ pgm.h>21 #include <VBox/ ssm.h>18 #include <VBox/vmm/pdmifs.h> 19 #include <VBox/vmm/pdmdev.h> 20 #include <VBox/vmm/pgm.h> 21 #include <VBox/vmm/ssm.h> 22 22 #include <VBox/VMMDev.h> 23 23 #include <VBox/VBoxVideo.h> -
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r34188 r35346 15 15 */ 16 16 //#include <VBox/VMMDev.h> 17 #include <VBox/ pdmdev.h>17 #include <VBox/vmm/pdmdev.h> 18 18 #include <VBox/VBoxVideo.h> 19 19 #include <iprt/semaphore.h> -
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.