Changeset 35374 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 30, 2010 2:42:15 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r34906 r35374 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VBox Console VRDE Server Helper class and implementation of IVRDEServerInfo 6 4 */ … … 22 20 23 21 #include "RemoteUSBBackend.h" 24 #include <hgcm/HGCM.h>22 #include "HGCM.h" 25 23 26 24 #include <VBox/VBoxAuth.h> -
trunk/src/VBox/Main/include/GuestImpl.h
r35061 r35374 1 1 /** @file 2 *3 2 * VirtualBox COM class implementation 4 3 */ … … 25 24 #ifdef VBOX_WITH_GUEST_CONTROL 26 25 # include <VBox/HostServices/GuestControlSvc.h> 27 # include <hgcm/HGCM.h>26 # include "HGCM.h" 28 27 using namespace guestControl; 29 28 #endif -
trunk/src/VBox/Main/include/HGCMThread.h
r35373 r35374 1 1 /** @file 2 *3 2 * HGCMThread - Host-Guest Communication Manager worker threads header. 4 3 */ … … 21 20 #include <VBox/types.h> 22 21 23 #include <hgcm/HGCMObjects.h>22 #include "HGCMObjects.h" 24 23 25 24 /** A handle for HGCM message. */
Note:
See TracChangeset
for help on using the changeset viewer.