aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-01-23 14:24:11 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-01-23 14:24:11 +0000
commitec2a4866b81fb53a5ca449f6074bdcfcf81310dc (patch)
tree2c2a2f188af98f6a5534b93e9e7689b9de024ace /searchcore/src/tests/proton/attribute
parent30866d93d050953fdf0b82f88b6300af40fe8cf9 (diff)
make stuff compile and test
Diffstat (limited to 'searchcore/src/tests/proton/attribute')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 3493ecb4e07..d2d97546f0c 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -31,10 +31,10 @@ LOG_SETUP("attribute_test");
#include <vespa/searchlib/predicate/predicate_hash.h>
#include <vespa/searchlib/common/foregroundtaskexecutor.h>
#include <vespa/searchcore/proton/test/directory_handler.h>
-#include <vespa/vespalib/tensor/tensor.h>
-#include <vespa/vespalib/tensor/types.h>
-#include <vespa/vespalib/tensor/default_tensor.h>
-#include <vespa/vespalib/tensor/tensor_factory.h>
+#include <vespa/eval/tensor/tensor.h>
+#include <vespa/eval/tensor/types.h>
+#include <vespa/eval/tensor/default_tensor.h>
+#include <vespa/eval/tensor/tensor_factory.h>
#include <vespa/searchlib/tensor/tensor_attribute.h>