Changeset 29122 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 6, 2010 9:13:22 AM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvVDE.cpp
r28800 r29122 25 25 #include <VBox/pdmnetifs.h> 26 26 #include <VBox/pdmnetinline.h> 27 #include <VBox/VDEPlug.h> 27 28 28 29 #include <iprt/asm.h> … … 45 46 46 47 #include "Builtins.h" 47 #include "VDEPlug.h"48 48 49 49 -
trunk/src/VBox/Devices/Network/VDEPlug.cpp
r28800 r29122 20 20 /* Declarations of the functions that we need from libdbus-1 */ 21 21 #define VDEPLUG_GENERATE_BODY 22 #include "VDEPlugSymDefs.h"22 #include <VBox/VDEPlugSymDefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.