Changeset 35353 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69213
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r35346 r35353 51 51 #include <iprt/uuid.h> 52 52 53 #include " ../Builtins.h"53 #include "VBoxDD.h" 54 54 55 55 #define PCKBD_SAVED_STATE_VERSION 5 -
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r35346 r35353 25 25 #include <iprt/uuid.h> 26 26 27 #include " Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
r35346 r35353 25 25 #include <iprt/uuid.h> 26 26 27 #include " Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r35346 r35353 29 29 #include <iprt/string.h> 30 30 #include <iprt/uuid.h> 31 #include " ../Builtins.h"31 #include "VBoxDD.h" 32 32 33 33 -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r35346 r35353 28 28 #include <iprt/string.h> 29 29 #include <iprt/uuid.h> 30 #include " ../Builtins.h"30 #include "VBoxDD.h" 31 31 32 32
Note:
See TracChangeset
for help on using the changeset viewer.