Changeset 35353 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69213
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r35346 r35353 55 55 #include <VBox/vmm/pdmnetinline.h> 56 56 #include <VBox/param.h> 57 #include " ../Builtins.h"57 #include "VBoxDD.h" 58 58 59 59 #include "DevEEPROM.h" -
trunk/src/VBox/Devices/Network/DevINIP.cpp
r35346 r35353 48 48 #include <iprt/uuid.h> 49 49 50 #include " ../Builtins.h"50 #include "VBoxDD.h" 51 51 52 52 -
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r35346 r35353 68 68 #endif 69 69 70 #include " ../Builtins.h"70 #include "VBoxDD.h" 71 71 72 72 /* Enable this to catch writes to the ring descriptors instead of using excessive polling */ -
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r35346 r35353 31 31 # include <iprt/uuid.h> 32 32 #endif /* IN_RING3 */ 33 #include " ../Builtins.h"33 #include "VBoxDD.h" 34 34 #include "../VirtIO/Virtio.h" 35 35 -
trunk/src/VBox/Devices/Network/DrvDedicatedNic.cpp
r35346 r35353 36 36 #include <iprt/uuid.h> 37 37 38 #include " ../Builtins.h"38 #include "VBoxDD.h" 39 39 40 40 -
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r35346 r35353 43 43 #include <iprt/uuid.h> 44 44 45 #include " ../Builtins.h"45 #include "VBoxDD.h" 46 46 47 47 -
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r35346 r35353 37 37 #include <iprt/uuid.h> 38 38 39 #include " Builtins.h"39 #include "VBoxDD.h" 40 40 41 41 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp
r35346 r35353 35 35 36 36 #include "Pcap.h" 37 #include " Builtins.h"37 #include "VBoxDD.h" 38 38 39 39 -
trunk/src/VBox/Devices/Network/DrvTAP.cpp
r35346 r35353 73 73 #endif 74 74 75 #include " Builtins.h"75 #include "VBoxDD.h" 76 76 77 77 -
trunk/src/VBox/Devices/Network/DrvVDE.cpp
r35346 r35353 45 45 #include <unistd.h> 46 46 47 #include " Builtins.h"47 #include "VBoxDD.h" 48 48 49 49
Note:
See TracChangeset
for help on using the changeset viewer.