From 23940966c79d9977e3d7ba4939037f90058a5b50 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 24 Nov 2020 11:17:01 +0000 Subject: Remove load type from MergeStatus and Mergehandler. --- storage/src/tests/persistence/filestorage/mergeblockingtest.cpp | 2 +- storage/src/tests/persistence/filestorage/operationabortingtest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'storage/src/tests/persistence/filestorage') diff --git a/storage/src/tests/persistence/filestorage/mergeblockingtest.cpp b/storage/src/tests/persistence/filestorage/mergeblockingtest.cpp index 35aee60d30f..8b38083b33d 100644 --- a/storage/src/tests/persistence/filestorage/mergeblockingtest.cpp +++ b/storage/src/tests/persistence/filestorage/mergeblockingtest.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #include #include #include diff --git a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp index 0582aa5c6b3..95e2d8e2c43 100644 --- a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp +++ b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp @@ -1,6 +1,7 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include +#include #include #include #include @@ -9,7 +10,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3