summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-21 22:01:48 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-21 22:33:39 +0000
commitf62b0dee3d9832e3a5e67a1f2002c63f25125fdb (patch)
tree497ab125c256a86cbdf1de2749fc5adb1bae1426 /storage
parentca7e5417d7cb2a73e50d2ad357fd719d258ea4e0 (diff)
Decouple and cleanup. No semantic changes.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/btree_bucket_database_test.cpp2
-rw-r--r--storage/src/tests/distributor/bucketdatabasetest.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/btree_bucket_database_test.cpp b/storage/src/tests/distributor/btree_bucket_database_test.cpp
index 5283cc39da8..fdc1d7566ab 100644
--- a/storage/src/tests/distributor/btree_bucket_database_test.cpp
+++ b/storage/src/tests/distributor/btree_bucket_database_test.cpp
@@ -1,7 +1,7 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include "bucketdatabasetest.h"
#include <vespa/storage/bucketdb/btree_bucket_database.h>
-#include <tests/distributor/bucketdatabasetest.h>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
diff --git a/storage/src/tests/distributor/bucketdatabasetest.cpp b/storage/src/tests/distributor/bucketdatabasetest.cpp
index 6aadc6c01e1..48c1d45b6ed 100644
--- a/storage/src/tests/distributor/bucketdatabasetest.cpp
+++ b/storage/src/tests/distributor/bucketdatabasetest.cpp
@@ -1,4 +1,5 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
#include "bucketdatabasetest.h"
#include <vespa/vespalib/util/benchmark_timer.h>
#include <chrono>