aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/systemstate/systemstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/systemstate/systemstate.cpp')
-rw-r--r--documentapi/src/tests/systemstate/systemstate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentapi/src/tests/systemstate/systemstate.cpp b/documentapi/src/tests/systemstate/systemstate.cpp
index e3163937a3f..a797f55c625 100644
--- a/documentapi/src/tests/systemstate/systemstate.cpp
+++ b/documentapi/src/tests/systemstate/systemstate.cpp
@@ -1,12 +1,12 @@
// 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("systemstate_test");
#include <vespa/documentapi/messagebus/systemstate/systemstate.h>
#include <vespa/documentapi/messagebus/systemstate/systemstatehandle.h>
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/log/log.h>
-LOG_SETUP("systemstate_test");
-
using namespace documentapi;
class Test : public vespalib::TestApp {