Changeset 76474 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstGuid.cpp
r69500 r76474 22 22 #include <VBox/com/Guid.h> 23 23 24 #include <iprt/err .h>24 #include <iprt/errcore.h> 25 25 #include <iprt/mem.h> 26 26 #include <iprt/string.h> -
trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp
r76389 r76474 26 26 #include <VBox/com/errorprint.h> 27 27 #include <iprt/assert.h> 28 #include <iprt/err .h>28 #include <iprt/errcore.h> 29 29 #include <VBox/com/VirtualBox.h> 30 30 #include <iprt/stream.h>
Note:
See TracChangeset
for help on using the changeset viewer.