aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2016-10-18 12:22:47 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2016-10-18 12:22:47 +0000
commitcbbf44270324f6abbc069ecde88264c377be0517 (patch)
tree5ead76bedbfc6df826c7e0c9054249866d1bcfce /searchcore/src/tests/proton/attribute
parent0c754d03ec0f347b7b5ee1782c3c8c5e92fe4283 (diff)
Move tensor attribute source to separate directory.
Diffstat (limited to 'searchcore/src/tests/proton/attribute')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 7702ac10b48..c8cce9fb2a0 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -34,7 +34,7 @@ LOG_SETUP("attribute_test");
#include <vespa/vespalib/tensor/types.h>
#include <vespa/vespalib/tensor/default_tensor.h>
#include <vespa/vespalib/tensor/tensor_factory.h>
-#include <vespa/searchlib/attribute/tensorattribute.h>
+#include <vespa/searchlib/tensor/tensor_attribute.h>
namespace vespa { namespace config { namespace search {}}}