VirtualBox

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


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

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

Legend:

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

    r33540 r35346  
    4848*******************************************************************************/
    4949#define LOG_GROUP LOG_GROUP_DEV_SERIAL
    50 #include <VBox/pdmdev.h>
     50#include <VBox/vmm/pdmdev.h>
    5151#include <iprt/assert.h>
    5252#include <iprt/uuid.h>
  • trunk/src/VBox/Devices/Serial/DrvChar.cpp

    r33540 r35346  
    2727*******************************************************************************/
    2828#define LOG_GROUP LOG_GROUP_DRV_CHAR
    29 #include <VBox/pdmdrv.h>
     29#include <VBox/vmm/pdmdrv.h>
    3030#include <iprt/asm.h>
    3131#include <iprt/assert.h>
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r34215 r35346  
    2222*******************************************************************************/
    2323#define LOG_GROUP LOG_GROUP_DRV_HOST_SERIAL
    24 #include <VBox/pdm.h>
     24#include <VBox/vmm/pdm.h>
    2525#include <VBox/err.h>
    2626
     
    933933    {
    934934        unsigned int statusLines;
    935        
     935
    936936        /*
    937937         * Get the status line state.
  • trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp

    r33540 r35346  
    2121*******************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DRV_NAMEDPIPE
    23 #include <VBox/pdmdrv.h>
     23#include <VBox/vmm/pdmdrv.h>
    2424#include <iprt/assert.h>
    2525#include <iprt/file.h>
  • trunk/src/VBox/Devices/Serial/DrvRawFile.cpp

    r28800 r35346  
    2121*******************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DEFAULT
    23 #include <VBox/pdmdrv.h>
     23#include <VBox/vmm/pdmdrv.h>
    2424#include <iprt/assert.h>
    2525#include <iprt/file.h>
Note: See TracChangeset for help on using the changeset viewer.

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