summaryrefslogtreecommitdiffstats
path: root/frtstream/src/vespa/frtstream/frtclientstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frtstream/src/vespa/frtstream/frtclientstream.cpp')
-rw-r--r--frtstream/src/vespa/frtstream/frtclientstream.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/frtstream/src/vespa/frtstream/frtclientstream.cpp b/frtstream/src/vespa/frtstream/frtclientstream.cpp
index 5c8de136fd4..142b0d1fda0 100644
--- a/frtstream/src/vespa/frtstream/frtclientstream.cpp
+++ b/frtstream/src/vespa/frtstream/frtclientstream.cpp
@@ -1,11 +1,9 @@
// 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/frtstream/frtclientstream.h>
+#include "frtclientstream.h"
using namespace fnet;
-
namespace frtstream {
FrtClientStream::FrtClientStream(const std::string& connectionSpec)