VirtualBox

Ignore:
Timestamp:
Jul 5, 2009 1:31:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49535
Message:

Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r18509 r21218  
    11/** $Id$ */
    22/** @file
    3  * VBoxControl - Guest Additions Command Line Management Interface
     3 * VBoxControl - Guest Additions Command Line Management Interface.
    44 */
    55
     
    2020 */
    2121
    22 
    23 
    2422/*******************************************************************************
    2523*   Header Files                                                               *
    2624*******************************************************************************/
     25#include <iprt/alloca.h>
     26#include <iprt/autores.h>
     27#include <iprt/initterm.h>
    2728#include <iprt/mem.h>
     29#include <iprt/path.h>
    2830#include <iprt/string.h>
    2931#include <iprt/stream.h>
    30 #include <iprt/path.h>
    31 #include <iprt/initterm.h>
    32 #include <iprt/autores.h>
    3332#include <VBox/log.h>
    34 #include <VBox/VBoxGuest.h>
    3533#include <VBox/version.h>
     34#include <VBox/VBoxGuestLib.h>
    3635#ifdef RT_OS_WINDOWS
    37 # include <windows.h>
    38 # include <malloc.h>  /* for alloca */
     36# include <Windows.h>
    3937#endif
    4038#ifdef VBOX_WITH_GUEST_PROPS
     
    14351433    return rc;
    14361434}
     1435
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette