aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 18:27:24 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 18:27:24 +0000
commite072003cb1cc8d863ed0766fac78e6fb46b80176 (patch)
tree140ead97b0d81168f76a13f4db773b32efae1bae /storage/src/tests/common
parent01de6039781e8064d0846b41843b1b26133319cc (diff)
vespalib::Monitor -> std::mutex and std::condition_variable
Diffstat (limited to 'storage/src/tests/common')
-rw-r--r--storage/src/tests/common/metricstest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/tests/common/metricstest.cpp b/storage/src/tests/common/metricstest.cpp
index 1e0144e9efb..c2e937da130 100644
--- a/storage/src/tests/common/metricstest.cpp
+++ b/storage/src/tests/common/metricstest.cpp
@@ -13,7 +13,6 @@
#include <vespa/config/common/exceptions.h>
#include <vespa/vespalib/stllike/hash_map.hpp>
#include <vespa/vespalib/gtest/gtest.h>
-#include <vespa/vespalib/util/time.h>
#include <gmock/gmock.h>
#include <thread>