summaryrefslogtreecommitdiffstats
path: root/storage/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-03-22 21:47:54 +0100
committerHenning Baldersheim <balder@oath.com>2018-04-03 18:33:28 +0200
commit2e1264f793b4107759d3e933ea70375418cec4d0 (patch)
treedd415021890f51751aeb1b94acdf0729e48cbb6c /storage/src/tests
parentccc71ef497b9cc60468c42a51ae349cc4f86e450 (diff)
GC some includes.
Diffstat (limited to 'storage/src/tests')
-rw-r--r--storage/src/tests/distributor/statecheckerstest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/src/tests/distributor/statecheckerstest.cpp b/storage/src/tests/distributor/statecheckerstest.cpp
index c265a0972af..fc43c1806bd 100644
--- a/storage/src/tests/distributor/statecheckerstest.cpp
+++ b/storage/src/tests/distributor/statecheckerstest.cpp
@@ -1,20 +1,17 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include "distributortestutil.h"
#include <tests/common/dummystoragelink.h>
-#include <tests/distributor/distributortestutil.h>
#include <vespa/config-stor-distribution.h>
#include <vespa/document/test/make_bucket_space.h>
#include <vespa/document/test/make_document_bucket.h>
#include <vespa/storage/distributor/bucketdbupdater.h>
#include <vespa/storage/distributor/distributor.h>
#include <vespa/storage/distributor/distributor_bucket_space.h>
-#include <vespa/storage/distributor/distributor_bucket_space_repo.h>
-#include <vespa/storage/distributor/idealstatemanager.h>
#include <vespa/storage/distributor/operations/idealstate/mergeoperation.h>
#include <vespa/storage/distributor/statecheckers.h>
#include <vespa/storageapi/message/persistence.h>
#include <vespa/storageapi/message/stat.h>
-#include <vespa/vdstestlib/cppunit/macros.h>
using namespace std::literals::string_literals;
using document::test::makeBucketSpace;