VirtualBox

Changeset 64337 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 20, 2016 4:39:52 PM (8 years ago)
Author:
vboxsync
Message:

bugref:8614: Additions/common/VBoxVideo: make the code more self-contained: remove more unneeded headers.

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r64156 r64337  
    1919#include <VBox/VBoxVideoGuest.h>
    2020#include <VBox/VBoxVideo.h>
    21 #include <VBox/VBoxGuest.h>
    2221#include <VBox/Hardware/VBoxVideoVBE.h>
    23 #include <VBox/VMMDev.h>
    2422
    2523#include <iprt/asm.h>
    26 // #include <iprt/log.h>
    2724#include <iprt/string.h>
    2825
  • trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp

    r64156 r64337  
    1919#include <VBox/VBoxVideoGuest.h>
    2020#include <VBox/VBoxVideo.h>
    21 #include <VBox/VBoxGuest.h>
    2221#include <VBox/Hardware/VBoxVideoVBE.h>
    23 #include <VBox/VMMDev.h>
    24 
    25 #include <iprt/asm.h>
    26 // #include <iprt/log.h>
    2722
    2823#ifndef VBOX_GUESTR3XF86MOD
  • trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv

    r64172 r64337  
    2828    ${PATH_ROOT}/include/iprt/latin1.h=>include/iprt/latin1.h \
    2929    ${PATH_ROOT}/include/iprt/list.h=>include/iprt/list.h \
    30     ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
    3130    ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
    3231    ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
     
    3736    ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
    3837    ${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 \
    4138    ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
    4239    ${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 \
    4540    ${PATH_ROOT}/include/VBox/VBoxVideo.h=>include/VBox/VBoxVideo.h \
    4641    ${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 \
    4942    ${PATH_ROOT}/include/VBox/HGSMI/HGSMI.h=>include/VBox/HGSMI/HGSMI.h \
    5043    ${PATH_ROOT}/include/VBox/HGSMI/HGSMIChannels.h=>include/VBox/HGSMI/HGSMIChannels.h \
     
    6659    ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \
    6760    ${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 \
    6961    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
    7062    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.c

    r64183 r64337  
    4848#include "vbox_drv.h"
    4949
    50 #include <VBox/VBoxGuest.h>
    5150#include "version-generated.h"
    5251#include "revision-generated.h"
  • trunk/src/VBox/Additions/linux/drm/vbox_fb.c

    r64172 r64337  
    4949#include "vbox_drv.h"
    5050#include <VBox/VBoxVideo.h>
    51 #include <VBox/VMMDev.h>
    5251
    5352#include <linux/module.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette