VirtualBox

Changeset 76389 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Dec 23, 2018 1:39:48 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127688
Message:

VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344

Location:
trunk/src/VBox/HostServices
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/DragAndDrop/service.cpp

    r75969 r76389  
    2525*   Header Files                                                                                                                 *
    2626*********************************************************************************************************************************/
    27 #ifdef LOG_GROUP
    28  #undef LOG_GROUP
    29 #endif
    3027#define LOG_GROUP LOG_GROUP_GUEST_DND
    31 
    32 #include <algorithm>
    33 #include <list>
    34 #include <map>
    35 
    3628#include <VBox/GuestHost/DragAndDrop.h>
    3729#include <VBox/GuestHost/DragAndDropDefs.h>
    3830#include <VBox/HostServices/Service.h>
    3931#include <VBox/HostServices/DragAndDropSvc.h>
     32
     33#include <VBox/err.h>
     34
     35#include <algorithm>
     36#include <list>
     37#include <map>
    4038
    4139#include "dndmanager.h"
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r75992 r76389  
    4949#include <iprt/cpp/utils.h>
    5050#include <iprt/cpp/ministring.h>
    51 #include <iprt/err.h>
     51#include <VBox/err.h>
    5252#include <iprt/mem.h>
    5353#include <iprt/req.h>
  • trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp

    r75749 r76389  
    2222*********************************************************************************************************************************/
    2323#include <VBox/HostServices/GuestPropertySvc.h>
     24#include <VBox/err.h>
    2425#include <iprt/test.h>
    2526#include <iprt/time.h>
  • trunk/src/VBox/HostServices/SharedClipboard/service.cpp

    r75969 r76389  
    8282#include <iprt/assert.h>
    8383#include <iprt/critsect.h>
     84#include <VBox/err.h>
    8485#include <VBox/vmm/ssm.h>
    8586
  • trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp

    r75498 r76389  
    3030#include <VBox/GuestHost/SharedClipboard.h>
    3131#include <VBox/HostServices/VBoxClipboardSvc.h>
     32#include <VBox/err.h>
    3233
    3334#include "VBoxClipboard.h"
    3435
     36
     37/*********************************************************************************************************************************
     38*   Structures and Typedefs                                                                                                      *
     39*********************************************************************************************************************************/
    3540struct _VBOXCLIPBOARDREQFROMVBOX;
    3641typedef struct _VBOXCLIPBOARDREQFROMVBOX VBOXCLIPBOARDREQFROMVBOX;
     
    6065    bool fShuttingDown;
    6166};
     67
     68
    6269
    6370/**
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r75969 r76389  
    1616 */
    1717
     18/*********************************************************************************************************************************
     19*   Header Files                                                                                                                 *
     20*********************************************************************************************************************************/
     21#define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
     22
    1823#define __STDC_CONSTANT_MACROS  /* needed for a definition in iprt/string.h */
    19 
    20 #define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
    2124
    2225#include <iprt/assert.h>
     
    2932#include <iprt/thread.h>
    3033
     34#include <VBox/err.h>
    3135#include <VBox/hgcmsvc.h>
    3236#include <VBox/log.h>
     
    4246#include "cr_server.h"
    4347
     48#ifndef RT_OS_WINDOWS
     49# define DWORD int
     50# define WINAPI
     51#endif
     52
     53
     54/*********************************************************************************************************************************
     55*   Global Variables                                                                                                             *
     56*********************************************************************************************************************************/
    4457PVBOXHGCMSVCHELPERS g_pHelpers;
    4558static IConsole* g_pConsole = NULL;
     
    4861static uint32_t g_u32fCrHgcmDisabled = 0;
    4962
    50 #ifndef RT_OS_WINDOWS
    51 # define DWORD int
    52 # define WINAPI
    53 #endif
    54 
    55 static const char* gszVBoxOGLSSMMagic = "***OpenGL state data***";
     63static const char *gszVBoxOGLSSMMagic = "***OpenGL state data***";
    5664
    5765/* Used to process guest calls exceeding maximum allowed HGCM call size in a sequence of smaller calls */
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