VirtualBox

Changeset 76403 in vbox for trunk


Ignore:
Timestamp:
Dec 23, 2018 3:19:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127702
Message:

VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r76401 r76403  
    4646#include <VBox/vmm/mm.h>
    4747#include <VBox/vmm/ftm.h>
    48 #include <VBox/err.h>
    4948#include <iprt/stdarg.h>
    5049
  • trunk/src/VBox/Devices/Samples/DrvStorageFilter.cpp

    r69500 r76403  
    2323#include <VBox/vmm/pdmdrv.h>
    2424#include <VBox/vmm/pdmstorageifs.h>
     25#include <VBox/err.h>
     26#include <VBox/log.h>
    2527#include <VBox/version.h>
    26 #include <VBox/log.h>
    2728
    2829#include <iprt/uuid.h>
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r75926 r76403  
    3131#include <VBox/com/string.h>
    3232#include <VBox/com/VirtualBox.h>
     33#include <VBox/err.h> /* VERR_GSTCTL_GUEST_ERROR */
    3334
    3435#include <map>
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r75926 r76403  
    3535#ifdef DEBUG
    3636# include <iprt/file.h>
    37 #endif /* DEBUG */
     37#endif
    3838#include <iprt/fs.h>
    3939#include <iprt/rand.h>
  • trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp

    r69500 r76403  
    1616 */
    1717
    18 #define LOG_ENABLED
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1922#define LOG_GROUP LOG_GROUP_MAIN
     23#include <VBox/err.h>
    2024#include <VBox/log.h>
    2125
     
    3236#endif
    3337
     38/*********************************************************************************************************************************
     39*   Defined Constants And Macros                                                                                                 *
     40*********************************************************************************************************************************/
    3441#define STR_SIZE(a_sz) a_sz, sizeof(a_sz)
    3542
    3643
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    3747typedef struct VBOXGUESTCTRL_BUFFER_VALUE
    3848{
     
    4353typedef std::map< RTCString, VBOXGUESTCTRL_BUFFER_VALUE >::const_iterator GuestBufferMapIterConst;
    4454
     55
     56/*********************************************************************************************************************************
     57*   Global Variables                                                                                                             *
     58*********************************************************************************************************************************/
    4559char szUnterm1[] = { 'a', 's', 'd', 'f' };
    4660char szUnterm2[] = { 'f', 'o', 'o', '3', '=', 'b', 'a', 'r', '3' };
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