VirtualBox

Changeset 25197 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 4, 2009 5:32:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55678
Message:

Main: less includes

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBControllerImpl.cpp

    r25195 r25197  
    4040
    4141#include <algorithm>
    42 #include "objectslist.h"
    4342
    4443// defines
  • trunk/src/VBox/Main/include/USBControllerImpl.h

    r25194 r25197  
    2626
    2727#include "VirtualBoxBase.h"
    28 #ifdef VBOX_WITH_USB
    29 # include "USBDeviceFilterImpl.h"
    30 #endif
    31 
    32 #include <list>
    3328
    3429class Machine;
    3530class HostUSBDevice;
     31class USBDeviceFilter;
    3632
    3733namespace settings
     
    3935    struct USBController;
    4036}
    41 
    42 /**
    43  *  @note we cannot use VirtualBoxBaseWithTypedChildren <USBDeviceFilter> as a
    44  *  base class, because we want a quick (map-based) way of validating
    45  *  IUSBDeviceFilter pointers passed from outside as method parameters that
    46  *  VirtualBoxBaseWithChildren::getDependentChild() gives us.
    47  */
    4837
    4938class ATL_NO_VTABLE USBController :
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