summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2016-06-27 21:09:30 +0200
committerArne Juul <arnej@yahoo-inc.com>2016-06-27 21:09:30 +0200
commit4b3281e304f232c15a65152d4bc44ffe6906922e (patch)
tree465025f3e068f828331aa435bf213852f2e95854 /searchlib
parent1e87e2eb9bc2d43c24df818d3e44b0b50cec7520 (diff)
relocated to subdir, update paths
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
index 88446ef71f7..15aff05eade 100644
--- a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
+++ b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
@@ -1,9 +1,9 @@
// 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 "attributesearcher.h"
-#include "attributeupdater.h"
+#include "../attributesearcher.h"
+#include "../attributeupdater.h"
+#include "../runnable.h"
#include <vespa/searchlib/util/randomgenerator.h>
-#include "runnable.h"
#include <vespa/searchlib/attribute/attribute.h>
#include <vespa/searchlib/attribute/attributeguard.h>
#include <vespa/searchlib/attribute/attributefactory.h>