Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp	(revision 41332)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp	(revision 41333)
@@ -20,4 +20,5 @@
 /* Global includes: */
 #include <QDesktopWidget>
+#include <QMenu>
 #include <QTimer>
 #ifdef Q_WS_MAC
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 41332)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 41333)
@@ -23,9 +23,8 @@
 #include <QTimer>
 #include <QContextMenuEvent>
+#include <QResizeEvent>
 
 /* Local includes: */
 #include "VBoxGlobal.h"
-#include "UIMessageCenter.h"
-#include "VBoxUtils.h"
 #include "UISession.h"
 #include "UIActionPoolRuntime.h"
@@ -36,14 +35,11 @@
 #include "UIMachineWindowNormal.h"
 #include "UIMachineView.h"
-#include "UINetworkManager.h"
-#include "UIDownloaderAdditions.h"
-#include "UIDownloaderUserManual.h"
-#include "UIDownloaderExtensionPack.h"
-#ifdef Q_WS_MAC
-# include "UIImageTools.h"
-#endif /* Q_WS_MAC */
 #include "QIStatusBar.h"
 #include "QIStateIndicator.h"
 #include "UIHotKeyEditor.h"
+#ifdef Q_WS_MAC
+# include "VBoxUtils.h"
+# include "UIImageTools.h"
+#endif /* Q_WS_MAC */
 
 UIMachineWindowNormal::UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId)
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp	(revision 41332)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp	(revision 41333)
@@ -20,6 +20,8 @@
 /* Global includes: */
 #include <QDesktopWidget>
+#include <QMenu>
 #include <QTimer>
-#include <QContextMenuEvent>
+#include <QSpacerItem>
+#include <QResizeEvent>
 #ifdef Q_WS_MAC
 # include <QMenuBar>
@@ -27,12 +29,13 @@
 
 /* Local includes: */
-#include "VBoxGlobal.h"
-#include "UIMessageCenter.h"
-#include "VBoxUtils.h"
 #include "UISession.h"
 #include "UIMachineLogic.h"
-#include "UIMachineView.h"
 #include "UIMachineWindowScale.h"
-#ifdef Q_WS_MAC
+#ifdef Q_WS_WIN
+# include "UIMachineView.h"
+#endif /* Q_WS_WIN */
+#ifdef Q_WS_MAC
+# include "VBoxUtils.h"
+# include "VBoxGlobal.h"
 # include "UIImageTools.h"
 #endif /* Q_WS_MAC */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp	(revision 41332)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp	(revision 41333)
@@ -20,4 +20,5 @@
 /* Global includes: */
 #include <QDesktopWidget>
+#include <QMenu>
 #include <QTimer>
 #ifdef Q_WS_MAC
@@ -27,12 +28,12 @@
 /* Local includes: */
 #include "VBoxGlobal.h"
-#ifndef Q_WS_MAC
-# include "VBoxMiniToolBar.h"
-#endif /* !Q_WS_MAC */
 #include "UISession.h"
 #include "UIActionPoolRuntime.h"
 #include "UIMachineLogicSeamless.h"
 #include "UIMachineWindowSeamless.h"
-#include "UIMachineViewSeamless.h"
+#ifndef Q_WS_MAC
+# include "VBoxMiniToolBar.h"
+# include "UIMachineViewSeamless.h"
+#endif /* !Q_WS_MAC */
 #ifdef Q_WS_MAC
 # include "VBoxUtils.h"
