VirtualBox

Ignore:
Timestamp:
Aug 3, 2007 12:44:13 AM (17 years ago)
Author:
vboxsync
Message:

Use pdmdrv.h and pdmdev.h where appropirate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DrvACPI.cpp

    r3666 r4014  
    2626
    2727#ifdef RT_OS_WINDOWS
    28 #include <windows.h>
     28# include <windows.h>
    2929#endif
    3030
    31 #include <VBox/pdm.h>
    32 #include <VBox/cfgm.h>
    33 #include <VBox/mm.h>
    34 #include <VBox/err.h>
    35 
     31#include <VBox/pdmdrv.h>
    3632#include <VBox/log.h>
    3733#include <iprt/assert.h>
     
    3935
    4036#ifdef RT_OS_LINUX
    41 #include <iprt/string.h>
    42 #include <sys/types.h>
    43 #include <dirent.h>
    44 #include <stdio.h>
     37# include <iprt/string.h>
     38# include <sys/types.h>
     39# include <dirent.h>
     40# include <stdio.h>
    4541#endif
    4642
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