Changeset 35353 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69213
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r35346 r35353 98 98 #endif 99 99 #include <VBox/vusb.h> 100 #include " ../Builtins.h"100 #include "VBoxDD.h" 101 101 102 102 -
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp
r35346 r35353 216 216 #include <iprt/uuid.h> 217 217 #include "VUSBInternal.h" 218 #include " Builtins.h"218 #include "VBoxDD.h" 219 219 220 220 -
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r35346 r35353 31 31 #include "USBProxyDevice.h" 32 32 #include "VUSBInternal.h" 33 #include " Builtins.h"33 #include "VBoxDD.h" 34 34 35 35
Note:
See TracChangeset
for help on using the changeset viewer.