From a10269320f5b65d82d42b8bd807f0212082adea5 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 2 Jan 2024 17:33:55 +0100 Subject: Don't include multistringpostattribute.hpp in unit test. --- searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp index 1beb2b1e501..1bfb9fb41f9 100644 --- a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp +++ b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp @@ -1,5 +1,6 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include +#include #include #include #include @@ -8,7 +9,6 @@ #include #include -#include #include LOG_SETUP("stringattribute_test"); -- cgit v1.2.3