VirtualBox

Changeset 41611 in vbox


Ignore:
Timestamp:
Jun 7, 2012 1:01:57 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78405
Message:

FE/Qt: Some COM includes cleanup.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.h

    r41587 r41611  
    2626/* COM includes: */
    2727#include "COMEnums.h"
    28 #include "CProgress.h"
    29 #include "CMediumFormat.h"
    3028#include "CMedium.h"
    3129
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r41610 r41611  
    3434
    3535/* COM includes: */
     36#include "CSession.h"
    3637#include "CConsole.h"
    3738#include "CMachine.h"
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h

    r41587 r41611  
    2020#if defined (VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL)
    2121
     22/* Defines: */
    2223//#define VBOXQGL_PROF_BASE 1
    2324//#define VBOXQGL_DBG_SURF 1
    24 
    2525//#define VBOXVHWADBG_RENDERCHECK
     26#define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1
    2627
    2728/* Qt includes: */
     
    3334/* COM includes: */
    3435#include "COMEnums.h"
    35 #include "CSession.h"
    3636
    3737/* Other VBox includes: */
     
    4141#include <iprt/err.h>
    4242#include <VBox/VBoxGL2D.h>
    43 
    44 #define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1
     43#ifdef VBOXVHWA_PROFILE_FPS
     44# include <iprt/stream.h>
     45#endif /* VBOXVHWA_PROFILE_FPS */
    4546
    4647#ifdef DEBUG_misha
    4748# define VBOXVHWA_PROFILE_FPS
    48 #endif
    49 
    50 #ifdef VBOXVHWA_PROFILE_FPS
    51 # include <iprt/stream.h>
    52 #endif
     49#endif /* DEBUG_misha */
     50
     51/* Forward declarations: */
     52class CSession;
    5353
    5454#ifdef DEBUG
     
    7171};
    7272
    73 #endif
     73#endif /* DEBUG */
    7474
    7575class VBoxVHWASettings
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp

    r41587 r41611  
    5050/* COM includes: */
    5151#include "COMEnums.h"
     52#include "CMediumFormat.h"
    5253#include "CStorageController.h"
    5354#include "CMediumAttachment.h"
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