Changeset 35346 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r34371 r35346 47 47 #define LOG_GROUP LOG_GROUP_DEV_KBD 48 48 #include "vl_vbox.h" 49 #include <VBox/ pdmdev.h>49 #include <VBox/vmm/pdmdev.h> 50 50 #include <iprt/assert.h> 51 51 #include <iprt/uuid.h> -
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r33540 r35346 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_KBD_QUEUE 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <iprt/assert.h> 25 25 #include <iprt/uuid.h> -
trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
r28800 r35346 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_MOUSE_QUEUE 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <iprt/assert.h> 25 25 #include <iprt/uuid.h> -
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r34028 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_USB_KBD 22 #include <VBox/ pdmusb.h>22 #include <VBox/vmm/pdmusb.h> 23 23 #include <VBox/log.h> 24 24 #include <VBox/err.h> -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r30562 r35346 19 19 *******************************************************************************/ 20 20 #define LOG_GROUP LOG_GROUP_USB_MSD 21 #include <VBox/ pdmusb.h>21 #include <VBox/vmm/pdmusb.h> 22 22 #include <VBox/log.h> 23 23 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.