summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-12-17 13:53:37 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2019-12-17 13:53:37 +0100
commit7ba3a781562406cfc2202399d4e72936b6f02c11 (patch)
tree37b1d08ba7754c383e3fd1901f7a38d48ed55405 /storage
parenta6f89a895b0d825b93ce08b1a194175d7d293eef (diff)
Multiple slashes in include paths messes up the mechanism in rpmbuild when extracting debuginfo.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/visiting/commandqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/visiting/commandqueue.h b/storage/src/vespa/storage/visiting/commandqueue.h
index ce309d55803..aae13705dd3 100644
--- a/storage/src/vespa/storage/visiting/commandqueue.h
+++ b/storage/src/vespa/storage/visiting/commandqueue.h
@@ -16,7 +16,7 @@
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <vespa/vespalib/util/printable.h>
-#include <vespa/vespalib//util/time.h>
+#include <vespa/vespalib/util/time.h>
#include <vespa/fastos/timestamp.h>
#include <vespa/storageframework/generic/clock/clock.h>
#include <list>