VirtualBox

Changeset 101482 in vbox


Ignore:
Timestamp:
Oct 17, 2023 3:05:54 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159554
Message:

Main/src-client/ConsoleImplConfigX86.cpp: Remove some now unused headers, bugref:10528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r101477 r101482  
    3838#include "LoggingNew.h"
    3939
    40 // VBoxNetCfg-win.h needs winsock2.h and thus MUST be included before any other
    41 // header file includes Windows.h.
    42 #if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
    43 # include <VBox/VBoxNetCfg-win.h>
    44 #endif
    45 
    4640#include "ConsoleImpl.h"
    4741#include "DisplayImpl.h"
     
    8882#include <VBox/vmm/gcm.h>
    8983#include <VBox/version.h>
    90 #ifdef VBOX_WITH_GUEST_PROPS
    91 # include <VBox/HostServices/GuestPropertySvc.h>
    92 # include <VBox/com/defs.h>
    93 # include <VBox/com/array.h>
    94 # include <vector>
    95 #endif /* VBOX_WITH_GUEST_PROPS */
    96 #include <VBox/intnet.h>
    9784
    9885#include <VBox/com/com.h>
     
    10087#include <VBox/com/array.h>
    10188
    102 #ifdef VBOX_WITH_NETFLT
    103 # if defined(RT_OS_SOLARIS)
    104 #  include <zone.h>
    105 # elif defined(RT_OS_LINUX)
    106 #  include <unistd.h>
    107 #  include <sys/ioctl.h>
    108 #  include <sys/socket.h>
    109 #  include <linux/types.h>
    110 #  include <linux/if.h>
    111 # elif defined(RT_OS_FREEBSD)
    112 #  include <unistd.h>
    113 #  include <sys/types.h>
    114 #  include <sys/ioctl.h>
    115 #  include <sys/socket.h>
    116 #  include <net/if.h>
    117 #  include <net80211/ieee80211_ioctl.h>
    118 # endif
    119 # if defined(RT_OS_WINDOWS)
    120 #  include <iprt/win/ntddndis.h>
    121 #  include <devguid.h>
    122 # else
    123 #  include <HostNetworkInterfaceImpl.h>
    124 #  include <netif.h>
    125 #  include <stdlib.h>
    126 # endif
    127 #endif /* VBOX_WITH_NETFLT */
    128 
    129 #ifdef VBOX_WITH_AUDIO_VRDE
    130 # include "DrvAudioVRDE.h"
    131 #endif
    132 #ifdef VBOX_WITH_AUDIO_RECORDING
    133 # include "DrvAudioRec.h"
    134 #endif
    13589#include "NetworkServiceRunner.h"
    13690#include "BusAssignmentManager.h"
Note: See TracChangeset for help on using the changeset viewer.

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