Changeset 91476 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2021 8:36:36 PM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r91326 r91476 54 54 #include "VBox/com/ErrorInfo.h" 55 55 56 #include <iprt/file.h>57 #include <iprt/thread.h>58 56 #include <iprt/time.h> 59 57 -
trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
r90828 r91476 27 27 #include <VBox/com/ErrorInfo.h> 28 28 29 #include "MachineImpl.h"30 29 #include "UnattendedImpl.h" 31 30 #include "UnattendedInstaller.h" … … 37 36 #include <iprt/fsvfs.h> 38 37 #include <iprt/getopt.h> 38 #include <iprt/file.h> 39 39 #include <iprt/path.h> 40 40 #include <iprt/stream.h>
Note:
See TracChangeset
for help on using the changeset viewer.