summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/storagelinktest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/common/storagelinktest.cpp')
-rw-r--r--storage/src/tests/common/storagelinktest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/common/storagelinktest.cpp b/storage/src/tests/common/storagelinktest.cpp
index 0490581d7ff..95fe8ad23da 100644
--- a/storage/src/tests/common/storagelinktest.cpp
+++ b/storage/src/tests/common/storagelinktest.cpp
@@ -1,12 +1,12 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <tests/common/storagelinktest.h>
-#include <tests/common/make_document_bucket.h>
+#include <vespa/document/test/make_document_bucket.h>
#include <iostream>
#include <string>
#include <vespa/storageapi/message/stat.h>
-using storage::test::makeDocumentBucket;
+using document::test::makeDocumentBucket;
namespace storage {