Changeset 14831 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 30, 2008 10:31:16 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r14732 r14831 1 /* $Id :$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxManage - The 'internalcommands' command. … … 36 36 #include <VBox/com/VirtualBox.h> 37 37 38 #include <iprt/runtime.h> 38 #include <VBox/VBoxHDD.h> 39 #include <VBox/VBoxHDD-new.h> 40 #include <VBox/sup.h> 41 #include <VBox/err.h> 42 #include <VBox/log.h> 43 44 #include <iprt/file.h> 45 #include <iprt/initterm.h> 39 46 #include <iprt/stream.h> 40 47 #include <iprt/string.h> 41 48 #include <iprt/uuid.h> 42 #include <VBox/err.h> 43 44 #include <VBox/VBoxHDD.h> 45 #include <VBox/VBoxHDD-new.h> 46 #include <VBox/sup.h> 49 47 50 48 51 #include "VBoxManage.h"
Note:
See TracChangeset
for help on using the changeset viewer.