Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h	(revision 16056)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h	(revision 16057)
@@ -89,6 +89,4 @@
 /** @} */
 
-using namespace com;
-
 typedef uint64_t USAGECATEGORY;
 
@@ -101,6 +99,8 @@
     nsCOMPtr<nsIEventQueue> eventQ;
 #endif
+#ifndef VBOX_ONLY_DOCS
     ComPtr<IVirtualBox> virtualBox;
     ComPtr<ISession> session;
+#endif
 };
 
