summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-18 04:56:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:44 +0000
commit6a33e844b93f483f09bca7cda744cae538209369 (patch)
treea5c004564ca5edf33686bc4c964106011b048d25 /messagebus
parentef031ed8d62e86a7355200b6982682d39dee5032 (diff)
Do not include fastos.h in header files.
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/vespa/messagebus/network/oosmanager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/messagebus/src/vespa/messagebus/network/oosmanager.h b/messagebus/src/vespa/messagebus/network/oosmanager.h
index 32941e5a98f..e2606a25caa 100644
--- a/messagebus/src/vespa/messagebus/network/oosmanager.h
+++ b/messagebus/src/vespa/messagebus/network/oosmanager.h
@@ -1,13 +1,15 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <vespa/fnet/fnet.h>
+#include <vespa/fnet/task.h>
#include <set>
#include <vespa/slobrok/imirrorapi.h>
#include <string>
#include <vespa/vespalib/util/sync.h>
#include "oosclient.h"
+class FRT_Supervisor;
+
namespace mbus {
class RPCNetwork;