Changeset 4014 in vbox for trunk/src/VBox/Devices/PC/DrvACPI.cpp
- Timestamp:
- Aug 3, 2007 12:44:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r3666 r4014 26 26 27 27 #ifdef RT_OS_WINDOWS 28 # include <windows.h>28 # include <windows.h> 29 29 #endif 30 30 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> 36 32 #include <VBox/log.h> 37 33 #include <iprt/assert.h> … … 39 35 40 36 #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> 45 41 #endif 46 42
Note:
See TracChangeset
for help on using the changeset viewer.