summaryrefslogtreecommitdiffstats
path: root/config/src/apps/getvespaconfig/getconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/apps/getvespaconfig/getconfig.cpp')
-rw-r--r--config/src/apps/getvespaconfig/getconfig.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/src/apps/getvespaconfig/getconfig.cpp b/config/src/apps/getvespaconfig/getconfig.cpp
index 95e804381d0..820e0f7178e 100644
--- a/config/src/apps/getvespaconfig/getconfig.cpp
+++ b/config/src/apps/getvespaconfig/getconfig.cpp
@@ -1,21 +1,20 @@
// 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("getconfig");
#include <vespa/fnet/frt/frt.h>
#include <vespa/config/config.h>
-#include <vespa/config/frt/protocol.h>
#include <vespa/config/frt/frtconfigrequestfactory.h>
#include <vespa/config/frt/frtconnection.h>
#include <vespa/config/common/payload_converter.h>
-#include <vespa/config/common/vespa_version.h>
+#include <vespa/fastos/app.h>
+
#include <string>
#include <sstream>
#include <fstream>
+#include <vespa/log/log.h>
+LOG_SETUP("getconfig");
+
using namespace config;
class GetConfig : public FastOS_Application