diff options
Diffstat (limited to 'src/VBox/Main/include/ConsoleVRDPServer.h')
-rw-r--r-- | src/VBox/Main/include/ConsoleVRDPServer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/VBox/Main/include/ConsoleVRDPServer.h b/src/VBox/Main/include/ConsoleVRDPServer.h index ffd52c96c..9266ec3c6 100644 --- a/src/VBox/Main/include/ConsoleVRDPServer.h +++ b/src/VBox/Main/include/ConsoleVRDPServer.h @@ -1,7 +1,5 @@ -/* $Id: ConsoleVRDPServer.h 34906 2010-12-09 16:29:49Z vboxsync $ */ - +/* $Id: ConsoleVRDPServer.h 35374 2010-12-30 14:42:15Z vboxsync $ */ /** @file - * * VBox Console VRDE Server Helper class and implementation of IVRDEServerInfo */ @@ -21,7 +19,7 @@ #define ____H_CONSOLEVRDPSERVER #include "RemoteUSBBackend.h" -#include <hgcm/HGCM.h> +#include "HGCM.h" #include <VBox/VBoxAuth.h> |