VirtualBox

Changeset 90936 in vbox


Ignore:
Timestamp:
Aug 27, 2021 8:27:50 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10067: UICommon includes cleanup.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/globals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp

    r90935 r90936  
    5353
    5454/* GUI includes: */
     55#include "QIDialogButtonBox.h"
     56#include "QIFileDialog.h"
     57#include "QIMessageBox.h"
    5558#include "QIWithRestorableGeometry.h"
    5659#include "UICommon.h"
    57 #include "VBoxLicenseViewer.h"
    58 #include "UIMessageCenter.h"
    59 #include "UIPopupCenter.h"
    60 #include "QIMessageBox.h"
    61 #include "QIDialogButtonBox.h"
     60#include "UIConverter.h"
     61#include "UIDesktopWidgetWatchdog.h"
     62#include "UIExtraDataManager.h"
    6263#include "UIFDCreationDialog.h"
    6364#include "UIIconPool.h"
     65#include "UIMedium.h"
     66#include "UIMediumEnumerator.h"
     67#include "UIMediumSelector.h"
     68#include "UIMessageCenter.h"
     69#include "UIModalWindowManager.h"
    6470#include "UINotificationCenter.h"
     71#include "UIPopupCenter.h"
     72#include "UIShortcutPool.h"
    6573#include "UIThreadPool.h"
    66 #include "UIShortcutPool.h"
    67 #include "UIExtraDataManager.h"
    68 #include "QIFileDialog.h"
    69 #ifdef VBOX_GUI_WITH_NETWORK_MANAGER
    70 # include "UINetworkRequestManager.h"
    71 # include "UIUpdateManager.h"
    72 #endif
    73 #include "UIConverter.h"
    74 #include "UIMediumEnumerator.h"
    75 #include "UIMedium.h"
    76 #include "UIMediumSelector.h"
    77 #include "UIModalWindowManager.h"
    78 #include "UIIconPool.h"
     74#include "UIVirtualBoxClientEventHandler.h"
    7975#include "UIVirtualBoxEventHandler.h"
    80 #include "UIVirtualBoxClientEventHandler.h"
    81 #include "UIDesktopWidgetWatchdog.h"
    8276#include "UIVisoCreator.h"
    8377#include "UIWizardNewVD.h"
     78#include "VBoxLicenseViewer.h"
    8479#ifdef VBOX_WS_MAC
    85 # include "VBoxUtils-darwin.h"
    8680# include "UIMachineWindowFullscreen.h"
    8781# include "UIMachineWindowSeamless.h"
     82# include "VBoxUtils-darwin.h"
    8883#endif
    8984#ifdef VBOX_WS_X11
    9085# include "UIHostComboEditor.h"
    9186# include "VBoxX11Helper.h"
     87#endif
     88#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
     89# include "UINetworkRequestManager.h"
     90# include "UIUpdateManager.h"
    9291#endif
    9392
     
    119118#include <iprt/asm.h>
    120119#include <iprt/ctype.h>
     120#include <iprt/env.h>
    121121#include <iprt/err.h>
    122 #include <iprt/env.h>
    123122#include <iprt/file.h>
    124123#include <iprt/getopt.h>
     
    126125#include <iprt/param.h>
    127126#include <iprt/path.h>
     127#include <iprt/stream.h>
    128128#include <iprt/system.h>
    129 #include <iprt/stream.h>
    130129#ifdef VBOX_WS_X11
    131130# include <iprt/mem.h>
     
    148147
    149148/* External includes: */
    150 # include <math.h>
     149#include <math.h>
    151150#ifdef VBOX_WS_MAC
    152151# include <sys/utsname.h>
     
    166165# define BOOL PRBool
    167166#endif
    168 
    169 //#define VBOX_WITH_FULL_DETAILS_REPORT /* hidden for now */
    170167
    171168/* Namespaces: */
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h

    r90925 r90936  
    3636
    3737/* COM includes: */
    38 #include "VBox/com/Guid.h"
    3938#include "CGuestOSType.h"
    4039#include "CHost.h"
    4140#include "CMedium.h"
    4241#include "CSession.h"
     42#include "CVirtualBox.h"
    4343#include "CVirtualBoxClient.h"
    44 #include "CVirtualBox.h"
     44
     45/* Other VBox includes: */
     46#include "VBox/com/Guid.h"
    4547
    4648/* Other includes: */
     
    5961class CMachine;
    6062class CUSBDevice;
     63class UIIconPoolGeneral;
    6164class UIMedium;
    6265class UIMediumEnumerator;
    63 class UIIconPoolGeneral;
    6466class UIThreadPool;
    6567
Note: See TracChangeset for help on using the changeset viewer.

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