aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/src/apps
diff options
context:
space:
mode:
Diffstat (limited to 'configutil/src/apps')
-rw-r--r--configutil/src/apps/configstatus/main.cpp8
-rw-r--r--configutil/src/apps/modelinspect/main.cpp7
2 files changed, 8 insertions, 7 deletions
diff --git a/configutil/src/apps/configstatus/main.cpp b/configutil/src/apps/configstatus/main.cpp
index e17ee658cc2..db411d309d1 100644
--- a/configutil/src/apps/configstatus/main.cpp
+++ b/configutil/src/apps/configstatus/main.cpp
@@ -1,13 +1,13 @@
// 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/defaults.h>
-#include <vespa/log/log.h>
#include <vespa/vespalib/text/stringtokenizer.h>
-LOG_SETUP("vespa-config-status");
#include <iostream>
#include <lib/configstatus.h>
-#include <lib/hostfilter.h>
+#include <vespa/fastos/app.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("vespa-config-status");
class Application : public FastOS_Application {
ConfigStatus::Flags _flags;
diff --git a/configutil/src/apps/modelinspect/main.cpp b/configutil/src/apps/modelinspect/main.cpp
index 592bc8bdf8b..ca660791223 100644
--- a/configutil/src/apps/modelinspect/main.cpp
+++ b/configutil/src/apps/modelinspect/main.cpp
@@ -1,13 +1,14 @@
// 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/defaults.h>
-#include <vespa/log/log.h>
-LOG_SETUP("vespa-model-inspect");
#include <iostream>
#include <lib/modelinspect.h>
#include <vespa/vespalib/text/stringtokenizer.h>
#include <vespa/vespalib/stllike/asciistream.h>
+#include <vespa/fastos/app.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("vespa-model-inspect");
class Application : public FastOS_Application
{