Changeset 4014 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Aug 3, 2007 12:44:13 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23441
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r2981 r4014 53 53 *******************************************************************************/ 54 54 #define LOG_GROUP LOG_GROUP_DEV_SERIAL 55 #include <VBox/pdm.h> 56 #include <VBox/err.h> 57 58 #include <VBox/log.h> 55 #include <VBox/pdmdev.h> 59 56 #include <iprt/assert.h> 60 57 #include <iprt/uuid.h> -
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r2981 r4014 27 27 *******************************************************************************/ 28 28 #define LOG_GROUP LOG_GROUP_DRV_CHAR 29 #include <VBox/pdm.h> 30 #include <VBox/err.h> 31 32 #include <VBox/log.h> 29 #include <VBox/pdmdrv.h> 33 30 #include <iprt/asm.h> 34 31 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r3666 r4014 26 26 *******************************************************************************/ 27 27 #define LOG_GROUP LOG_GROUP_DRV_NAMEDPIPE 28 #include <VBox/pdm.h> 29 #include <VBox/cfgm.h> 30 #include <VBox/err.h> 31 32 #include <VBox/log.h> 33 #include <VBox/mm.h> 28 #include <VBox/pdmdrv.h> 34 29 #include <iprt/assert.h> 35 30 #include <iprt/file.h>
Note:
See TracChangeset
for help on using the changeset viewer.