Changeset 71648 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 4, 2018 10:54:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121675
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r71637 r71648 22 22 #ifdef VBOX_WITH_GUEST_CONTROL 23 23 # include "GuestSessionImpl.h" 24 # include "GuestSessionImplTasks.h" 24 25 # include "GuestCtrlImplPrivate.h" 25 26 #endif -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r71647 r71648 28 28 #endif 29 29 #include "GuestSessionImpl.h" 30 #include "GuestSessionImplTasks.h" 30 31 #include "GuestCtrlImplPrivate.h" 31 32 #include "VirtualBoxErrorInfoImpl.h" -
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r71562 r71648 28 28 #endif 29 29 #include "GuestSessionImpl.h" 30 #include "GuestSessionImplTasks.h" 30 31 #include "GuestCtrlImplPrivate.h" 31 32
Note:
See TracChangeset
for help on using the changeset viewer.