aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/echo/echo-client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/echo/echo-client.cpp')
-rw-r--r--jrt_test/src/tests/echo/echo-client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/jrt_test/src/tests/echo/echo-client.cpp b/jrt_test/src/tests/echo/echo-client.cpp
index 2d72cdc937b..14faac3ca9e 100644
--- a/jrt_test/src/tests/echo/echo-client.cpp
+++ b/jrt_test/src/tests/echo/echo-client.cpp
@@ -1,8 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP("echo_client");
-#include <vespa/fastos/fastos.h>
+
#include <vespa/fnet/frt/frt.h>
+#include <vespa/fastos/app.h>
class EchoClient : public FastOS_Application
{