summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/routingspec/routingspec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/tests/routingspec/routingspec.cpp')
-rw-r--r--messagebus/src/tests/routingspec/routingspec.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/messagebus/src/tests/routingspec/routingspec.cpp b/messagebus/src/tests/routingspec/routingspec.cpp
index d5317dc3bb0..32d235c0a11 100644
--- a/messagebus/src/tests/routingspec/routingspec.cpp
+++ b/messagebus/src/tests/routingspec/routingspec.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("routingspec_test");
#include <vespa/config/config.h>
#include <vespa/messagebus/configagent.h>
@@ -9,6 +6,8 @@ LOG_SETUP("routingspec_test");
#include <vespa/messagebus/routing/routingspec.h>
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/messagebus/config-messagebus.h>
+#include <vespa/config/helper/configgetter.hpp>
+
using namespace mbus;
using namespace messagebus;