Changeset 76474 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDIoBackendMem.cpp
r73097 r76474 17 17 */ 18 18 #define LOGGROUP LOGGROUP_DEFAULT /** @todo Log group */ 19 #include <iprt/err .h>19 #include <iprt/errcore.h> 20 20 #include <iprt/log.h> 21 21 #include <iprt/assert.h> -
trunk/src/VBox/Storage/testcase/VDIoRnd.cpp
r69500 r76474 18 18 #define LOGGROUP LOGGROUP_DEFAULT 19 19 #include <iprt/log.h> 20 #include <iprt/err .h>20 #include <iprt/errcore.h> 21 21 #include <iprt/mem.h> 22 22 #include <iprt/rand.h> -
trunk/src/VBox/Storage/testcase/VDMemDisk.cpp
r69500 r76474 17 17 */ 18 18 #define LOGGROUP LOGGROUP_DEFAULT /** @todo Log group */ 19 #include <iprt/err .h>19 #include <iprt/errcore.h> 20 20 #include <iprt/log.h> 21 21 #include <iprt/assert.h> -
trunk/src/VBox/Storage/testcase/VDScript.cpp
r76346 r76474 45 45 #define LOGGROUP LOGGROUP_DEFAULT 46 46 #include <iprt/ctype.h> 47 #include <iprt/err .h>47 #include <iprt/errcore.h> 48 48 #include <iprt/list.h> 49 49 #include <iprt/mem.h> -
trunk/src/VBox/Storage/testcase/VDScriptChecker.cpp
r76346 r76474 18 18 #define LOGGROUP LOGGROUP_DEFAULT 19 19 #include <iprt/assert.h> 20 #include <iprt/err .h>20 #include <iprt/errcore.h> 21 21 #include <iprt/list.h> 22 22 #include <iprt/mem.h> -
trunk/src/VBox/Storage/testcase/tstVD.cpp
r69500 r76474 21 21 *********************************************************************************************************************************/ 22 22 #include <VBox/vd.h> 23 #include < VBox/err.h>23 #include <iprt/errcore.h> 24 24 #include <VBox/log.h> 25 25 #include <iprt/asm-amd64-x86.h> -
trunk/src/VBox/Storage/testcase/tstVDFill.cpp
r69500 r76474 17 17 18 18 #include <VBox/vd.h> 19 #include < VBox/err.h>19 #include <iprt/errcore.h> 20 20 #include <VBox/log.h> 21 21 #include <iprt/asm.h> -
trunk/src/VBox/Storage/testcase/tstVDSnap.cpp
r69500 r76474 17 17 18 18 #include <VBox/vd.h> 19 #include < VBox/err.h>19 #include <iprt/errcore.h> 20 20 #include <VBox/log.h> 21 21 #include <iprt/asm.h> -
trunk/src/VBox/Storage/testcase/vdkeystoremgr.cpp
r69500 r76474 21 21 *********************************************************************************************************************************/ 22 22 #include <VBox/vd.h> 23 #include < VBox/err.h>23 #include <iprt/errcore.h> 24 24 #include <VBox/version.h> 25 25 #include <iprt/initterm.h>
Note:
See TracChangeset
for help on using the changeset viewer.