aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-01-07 14:05:21 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2020-01-07 14:05:21 +0100
commited749936ccce6b3a8ca2974e43ac1e5488925070 (patch)
tree2e82614645410c94abc2db21c5e2ca5bbbcd42be /searchcore/src
parent59b58e2da8bf846d078d227ddd477d86f474ba1a (diff)
Double slash breaks RPM debug info extraction.
Diffstat (limited to 'searchcore/src')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp b/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
index 28d11f14489..b381ee9122f 100644
--- a/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
+++ b/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
@@ -6,7 +6,7 @@
#include <vespa/fastos/file.h>
#include <vespa/searchcore/config/config-hwinfo.h>
#include <vespa/vespalib/io/fileutil.h>
-#include <vespa/vespalib//util/time.h>
+#include <vespa/vespalib/util/time.h>
#include <filesystem>
#include <thread>
#include <vespa/log/log.h>