Changeset 73826 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 22, 2018 12:54:55 PM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedScript.h
r68162 r73826 21 21 #include "VirtualBoxBase.h" 22 22 #include <iprt/cpp/utils.h> 23 #include <vector> 23 24 24 25 using namespace xml; -
trunk/src/VBox/Main/src-server/UnattendedScript.cpp
r73716 r73826 26 26 #include <VBox/com/ErrorInfo.h> 27 27 28 #include "MachineImpl.h"29 28 #include "UnattendedScript.h" 30 29 #include "UnattendedImpl.h" … … 34 33 #include <iprt/ctype.h> 35 34 #include <iprt/file.h> 35 #include <iprt/vfs.h> 36 36 #include <iprt/getopt.h> 37 37 #include <iprt/path.h>
Note:
See TracChangeset
for help on using the changeset viewer.