Changeset 90592 in vbox
- Timestamp:
- Aug 10, 2021 10:26:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r90591 r90592 22 22 /* GUI includes: */ 23 23 #include "UICommon.h" 24 #include "UIDownloaderExtensionPack.h"25 #include "UIDownloaderGuestAdditions.h"26 #include "UIDownloaderUserManual.h"27 24 #include "UINotificationObjects.h" 25 #ifdef VBOX_GUI_WITH_NETWORK_MANAGER 26 # include "UIDownloaderExtensionPack.h" 27 # include "UIDownloaderGuestAdditions.h" 28 # include "UIDownloaderUserManual.h" 29 #endif 28 30 29 31 /* COM includes: */
Note:
See TracChangeset
for help on using the changeset viewer.