Changeset 64337 in vbox for trunk/src/VBox
- Timestamp:
- Oct 20, 2016 4:39:52 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r64156 r64337 19 19 #include <VBox/VBoxVideoGuest.h> 20 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/VBoxGuest.h>22 21 #include <VBox/Hardware/VBoxVideoVBE.h> 23 #include <VBox/VMMDev.h>24 22 25 23 #include <iprt/asm.h> 26 // #include <iprt/log.h>27 24 #include <iprt/string.h> 28 25 -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r64156 r64337 19 19 #include <VBox/VBoxVideoGuest.h> 20 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/VBoxGuest.h>22 21 #include <VBox/Hardware/VBoxVideoVBE.h> 23 #include <VBox/VMMDev.h>24 25 #include <iprt/asm.h>26 // #include <iprt/log.h>27 22 28 23 #ifndef VBOX_GUESTR3XF86MOD -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r64172 r64337 28 28 ${PATH_ROOT}/include/iprt/latin1.h=>include/iprt/latin1.h \ 29 29 ${PATH_ROOT}/include/iprt/list.h=>include/iprt/list.h \ 30 ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \31 30 ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \ 32 31 ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \ … … 37 36 ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \ 38 37 ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \ 39 ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \40 ${PATH_ROOT}/include/VBox/param.h=>include/VBox/param.h \41 38 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 42 39 ${PATH_ROOT}/include/VBox/VBoxGuestMangling.h=>include/VBox/VBoxGuestMangling.h \ 43 ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \44 ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \45 40 ${PATH_ROOT}/include/VBox/VBoxVideo.h=>include/VBox/VBoxVideo.h \ 46 41 ${PATH_ROOT}/include/VBox/VBoxVideoGuest.h=>include/VBox/VBoxVideoGuest.h \ 47 ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \48 ${PATH_ROOT}/include/VBox/VMMDev2.h=>include/VBox/VMMDev2.h \49 42 ${PATH_ROOT}/include/VBox/HGSMI/HGSMI.h=>include/VBox/HGSMI/HGSMI.h \ 50 43 ${PATH_ROOT}/include/VBox/HGSMI/HGSMIChannels.h=>include/VBox/HGSMI/HGSMIChannels.h \ … … 66 59 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \ 67 60 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp=>HGSMIMemAlloc.c \ 68 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>include/the-linux-kernel.h \69 61 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \ 70 62 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \ -
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r64183 r64337 48 48 #include "vbox_drv.h" 49 49 50 #include <VBox/VBoxGuest.h>51 50 #include "version-generated.h" 52 51 #include "revision-generated.h" -
trunk/src/VBox/Additions/linux/drm/vbox_fb.c
r64172 r64337 49 49 #include "vbox_drv.h" 50 50 #include <VBox/VBoxVideo.h> 51 #include <VBox/VMMDev.h>52 51 53 52 #include <linux/module.h>
Note:
See TracChangeset
for help on using the changeset viewer.