Changeset 91114 in vbox
- Timestamp:
- Sep 4, 2021 6:55:30 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
-
UICommon.cpp (modified) (1 diff)
-
UIDesktopWidgetWatchdog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r91111 r91114 74 74 # include "UIMachineWindowFullscreen.h" 75 75 # include "UIMachineWindowSeamless.h" 76 # include "VBoxUtils-darwin.h"77 76 #endif 78 77 #ifdef VBOX_WS_WIN -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp
r91111 r91114 30 30 /* GUI includes: */ 31 31 #include "UIDesktopWidgetWatchdog.h" 32 #ifdef VBOX_WS_MAC 33 # include "VBoxUtils-darwin.h" 34 #endif 32 35 #ifdef VBOX_WS_WIN 33 # include "VBoxUtils-win.h"36 # include "VBoxUtils-win.h" 34 37 #endif 35 38 #ifdef VBOX_WS_X11 … … 48 51 49 52 /* External includes: */ 53 #include <math.h> 50 54 #ifdef VBOX_WS_X11 51 # include <math.h>52 55 # include <xcb/xcb.h> 53 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

