Changeset 94234 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
- Timestamp:
- Mar 15, 2022 9:19:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r93835 r94234 16 16 */ 17 17 18 #ifndef VBOX_ONLY_DOCS19 20 21 18 /********************************************************************************************************************************* 22 19 * Header Files * 23 20 *********************************************************************************************************************************/ 24 #ifndef VBOX_ONLY_DOCS25 21 #include <VBox/com/com.h> 26 22 #include <VBox/com/string.h> … … 37 33 #include <list> 38 34 #include <map> 39 #endif /* !VBOX_ONLY_DOCS */40 35 41 36 #include <iprt/getopt.h> … … 2877 2872 return RT_SUCCESS(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE; 2878 2873 } 2879 2880 #endif /* !VBOX_ONLY_DOCS */
Note:
See TracChangeset
for help on using the changeset viewer.