summaryrefslogtreecommitdiffstats
path: root/frtstream
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-27 00:08:10 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-27 00:08:10 +0200
commita66eda704b566a80786d19584bdbad43b7ec89d8 (patch)
tree3624f3f2c965d885043cb93c609db5ef492d0950 /frtstream
parentbf510b140817a0fa81f2651f4899fe45b25ba86f (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'frtstream')
-rw-r--r--frtstream/src/example/test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/frtstream/src/example/test.cpp b/frtstream/src/example/test.cpp
index 5af115f9978..0c230f2d5bf 100644
--- a/frtstream/src/example/test.cpp
+++ b/frtstream/src/example/test.cpp
@@ -1,14 +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/frtstream/frtclientstream.h>
+
#include <iostream>
#include <csignal>
#include <vector>
#include <string>
#include <set>
-#include <vespa/frtstream/frtclientstream.h>
-
-
using namespace std;
using frtstream::FrtClientStream;
using frtstream::Method;