summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 16:30:17 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 16:30:17 +0200
commit7fa10727479d982e72bbece38d2a4b24d58c707a (patch)
tree0be8cab732cd1797571387516c8a2ae45c8ba011 /searchlib
parent0e4c423772926e094370800a35c91b3832b81578 (diff)
parent43858f39fd0ec5281da15a3ae658b90312b93c54 (diff)
Merge branch 'master' into aressem/vespa-compile-on-centos7
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/predicate/simple_index_test.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/searchlib/src/tests/predicate/simple_index_test.cpp b/searchlib/src/tests/predicate/simple_index_test.cpp
index 8ba9e6182fb..d9cbd473ebf 100644
--- a/searchlib/src/tests/predicate/simple_index_test.cpp
+++ b/searchlib/src/tests/predicate/simple_index_test.cpp
@@ -1,14 +1,13 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Unit tests for simple_index.
-
-#include <vespa/log/log.h>
-LOG_SETUP("simple_index_test");
#include <vespa/fastos/fastos.h>
-
#include <vespa/searchlib/predicate/simple_index.hpp>
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/searchlib/attribute/predicate_attribute.h>
+#include <vespa/log/log.h>
+LOG_SETUP("simple_index_test");
+
using namespace search;
using namespace search::predicate;
using vespalib::GenerationHolder;