VirtualBox

Changeset 4014 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Aug 3, 2007 12:44:13 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23441
Message:

Use pdmdrv.h and pdmdev.h where appropirate.

Location:
trunk/src/VBox/Devices/Serial
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r2981 r4014  
    5353*******************************************************************************/
    5454#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>
    5956#include <iprt/assert.h>
    6057#include <iprt/uuid.h>
  • trunk/src/VBox/Devices/Serial/DrvChar.cpp

    r2981 r4014  
    2727*******************************************************************************/
    2828#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>
    3330#include <iprt/asm.h>
    3431#include <iprt/assert.h>
  • trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp

    r3666 r4014  
    2626*******************************************************************************/
    2727#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>
    3429#include <iprt/assert.h>
    3530#include <iprt/file.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette