Changeset 65381 in vbox for trunk/src/VBox/Additions/common/VBoxVideo
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112977
- Location:
- trunk/src/VBox/Additions/common/VBoxVideo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r65193 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideoVBE.h> 19 #include <VBoxVideoGuest.h> 20 #include <VBoxVideoVBE.h> 22 21 23 22 #include <iprt/asm.h> -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r65193 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideoVBE.h> 19 #include <VBoxVideoGuest.h> 20 #include <VBoxVideoVBE.h> 22 21 23 22 #ifndef VBOX_GUESTR3XF86MOD -
trunk/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp
r64650 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 19 #include <VBoxVideoGuest.h> 21 20 #include <VBox/err.h> 22 21 // #include <VBox/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.