summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/removelocationtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/removelocationtest.cpp')
-rw-r--r--storage/src/tests/distributor/removelocationtest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/src/tests/distributor/removelocationtest.cpp b/storage/src/tests/distributor/removelocationtest.cpp
index 7a1bba86303..954bfb6210b 100644
--- a/storage/src/tests/distributor/removelocationtest.cpp
+++ b/storage/src/tests/distributor/removelocationtest.cpp
@@ -1,13 +1,12 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
+
#include <cppunit/extensions/HelperMacros.h>
#include <iomanip>
-#include <iostream>
-#include <memory>
#include <tests/common/dummystoragelink.h>
#include <vespa/storageapi/message/removelocation.h>
#include <vespa/storage/distributor/operations/external/removelocationoperation.h>
#include <tests/distributor/distributortestutil.h>
+#include <vespa/storage/distributor/distributor.h>
namespace storage {
namespace distributor {