summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/visiting/visitormanagertest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-03-16 22:03:09 +0100
committerHenning Baldersheim <balder@oath.com>2018-03-19 09:59:20 +0100
commit9335569e415a04beaab3ebcb62e02faf37be7ad3 (patch)
tree0468dce784c03994f0de8e70a5ad9be3da109dbe /storage/src/tests/visiting/visitormanagertest.cpp
parentf52a07e96ccf1baf2b4bbfa148bff540ba35357d (diff)
Remove MultiOperation
Conflicts: storage/src/tests/persistence/filestorage/filestormanagertest.cpp storage/src/vespa/storage/persistence/persistencethread.cpp Fix merge conflict.
Diffstat (limited to 'storage/src/tests/visiting/visitormanagertest.cpp')
-rw-r--r--storage/src/tests/visiting/visitormanagertest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/src/tests/visiting/visitormanagertest.cpp b/storage/src/tests/visiting/visitormanagertest.cpp
index 5da86a134e2..8b17e851868 100644
--- a/storage/src/tests/visiting/visitormanagertest.cpp
+++ b/storage/src/tests/visiting/visitormanagertest.cpp
@@ -15,11 +15,10 @@
#include <vespa/document/test/make_document_bucket.h>
#include <vespa/document/test/make_bucket_space.h>
#include <tests/storageserver/testvisitormessagesession.h>
-#include <vespa/documentapi/messagebus/messages/multioperationmessage.h>
#include <vespa/documentapi/messagebus/messages/putdocumentmessage.h>
#include <vespa/documentapi/messagebus/messages/removedocumentmessage.h>
+#include <vespa/documentapi/messagebus/messages/visitor.h>
#include <vespa/config/common/exceptions.h>
-#include <vespa/vespalib/util/exceptions.h>
using document::test::makeDocumentBucket;
using document::test::makeBucketSpace;