Changeset 76366 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 22, 2018 2:16:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127664
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r76192 r76366 35 35 #endif /* !VBOX_ONLY_DOCS */ 36 36 37 #include <iprt/err.h> 37 38 #include <iprt/stream.h> 38 39 #include <iprt/getopt.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp
r69500 r76366 28 28 #include <VBox/com/VirtualBox.h> 29 29 30 #include <iprt/err.h> 30 31 #include <iprt/path.h> 31 32 #include <iprt/param.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r75945 r76366 29 29 30 30 #include <iprt/cidr.h> 31 #include <iprt/err.h> 31 32 #include <iprt/param.h> 32 33 #include <iprt/path.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r69500 r76366 29 29 30 30 #include <iprt/cidr.h> 31 #include <iprt/err.h> 31 32 #include <iprt/param.h> 32 33 #include <iprt/path.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r75926 r76366 37 37 #include <VBox/log.h> 38 38 #include <VBox/version.h> 39 #include <iprt/err.h> 39 40 #include <iprt/stream.h> 40 41 #include <iprt/time.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r75918 r76366 32 32 33 33 #include <VBox/log.h> 34 #include <iprt/err.h> 34 35 #include <iprt/stream.h> 35 36 #include <iprt/string.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r75926 r76366 30 30 #include <iprt/cidr.h> 31 31 #include <iprt/ctype.h> 32 #include <iprt/err.h> 32 33 #include <iprt/file.h> 33 34 #include <iprt/param.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp
r69500 r76366 28 28 #include <VBox/com/VirtualBox.h> 29 29 30 #include <iprt/err.h> 31 #include <iprt/getopt.h> 30 32 #include <iprt/stream.h> 31 #include <iprt/getopt.h>32 33 #include <iprt/time.h> 33 34 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r69693 r76366 28 28 #include <VBox/com/VirtualBox.h> 29 29 30 #include <iprt/err.h> 30 31 #include <iprt/path.h> 31 32 #include <iprt/param.h>
Note:
See TracChangeset
for help on using the changeset viewer.