VBoxHeadless.h revision 7077822f79121ba2df987c6866063f836d1ba7c6
/** @file
*
* VBox frontends: VRDE (headless Remote Desktop server):
*/
/*
* Copyright (C) 2006-2014 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef __H_VBOXHEADLESS
#define __H_VBOXHEADLESS
#include <VBox/com/VirtualBox.h>
#include <iprt/uuid.h>
#include <VBox/com/com.h>
#include <VBox/com/string.h>
#include <iprt/initterm.h>
#include <iprt/critsect.h>
#endif // __H_VBOXHEADLESS