Changeset 30764 in vbox for trunk/src/VBox/Main/ApplianceImpl.cpp
- Timestamp:
- Jul 9, 2010 2:12:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r30760 r30764 20 20 #include <iprt/cpp/utils.h> 21 21 22 #include <VBox/com/array.h> 23 24 #include "ApplianceImpl.h" 22 25 #include "VFSExplorerImpl.h" 23 26 #include "VirtualBoxImpl.h" … … 26 29 #include "MachineImpl.h" 27 30 28 #include "ApplianceImplPrivate.h"29 30 31 #include "AutoCaller.h" 31 32 #include "Logging.h" 32 33 33 #include "VBox/settings.h" 34 35 #include <VBox/com/array.h> 34 #include "ApplianceImplPrivate.h" 36 35 37 36 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.