aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/routeparser/routeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/tests/routeparser/routeparser.cpp')
-rw-r--r--messagebus/src/tests/routeparser/routeparser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/messagebus/src/tests/routeparser/routeparser.cpp b/messagebus/src/tests/routeparser/routeparser.cpp
index a00cea825ba..fc000fe571b 100644
--- a/messagebus/src/tests/routeparser/routeparser.cpp
+++ b/messagebus/src/tests/routeparser/routeparser.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("routeparser_test");
#include <vespa/messagebus/errorcode.h>
#include <vespa/messagebus/routing/errordirective.h>
@@ -16,6 +13,9 @@ LOG_SETUP("routeparser_test");
#include <vespa/messagebus/testlib/testserver.h>
#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/log/log.h>
+LOG_SETUP("routeparser_test");
+
using namespace mbus;
class Test : public vespalib::TestApp {