summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-31 22:38:50 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 14:16:40 +0200
commitd525321b242d5dd54e52b3bb5f8a00d1b5b23b7b (patch)
treeba8de509593abacc7661127277f57b49d3e2de8e /searchcore/src/apps/verify_ranksetup
parentb4f993d4038c171f8bdadf2930e25578cbf0c7d1 (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'searchcore/src/apps/verify_ranksetup')
-rw-r--r--searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp b/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
index 87c85f99752..5731700a55f 100644
--- a/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
+++ b/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
@@ -1,7 +1,4 @@
// 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 <vespa/log/log.h>
-LOG_SETUP("verify_ranksetup");
#include <vespa/config-attributes.h>
#include <vespa/config-imported-fields.h>
@@ -19,6 +16,10 @@ LOG_SETUP("verify_ranksetup");
#include <vespa/searchlib/features/setup.h>
#include <vespa/searchlib/fef/fef.h>
#include <vespa/searchlib/fef/test/plugin/setup.h>
+#include <vespa/fastos/app.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("verify_ranksetup");
using config::ConfigContext;
using config::ConfigHandle;