Changeset 91070 in vbox for trunk/src/VBox
- Timestamp:
- Sep 1, 2021 4:57:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r91066 r91070 128 128 #include <VBox/vd.h> 129 129 #include <VBox/com/Guid.h> 130 131 /* VirtualBox interface declarations: */132 #include <VBox/com/VirtualBox.h>133 134 /* External includes: */135 130 #ifdef VBOX_WS_WIN 136 131 # include <iprt/win/shlobj.h> 137 132 #endif 133 134 /* VirtualBox interface declarations: */ 135 #include <VBox/com/VirtualBox.h> 138 136 139 137 /* External includes: */ … … 141 139 #ifdef VBOX_WS_MAC 142 140 # include <sys/utsname.h> 141 #endif 142 #ifdef VBOX_WS_X11 143 # include <xcb/xcb.h> 143 144 #endif 144 145
Note:
See TracChangeset
for help on using the changeset viewer.