summaryrefslogtreecommitdiffstats
path: root/juniper
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 /juniper
parentbf510b140817a0fa81f2651f4899fe45b25ba86f (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'juniper')
-rw-r--r--juniper/src/test/appender_test.cpp1
-rw-r--r--juniper/src/test/fakerewriter.cpp1
-rw-r--r--juniper/src/test/matchobjectTest.cpp1
-rw-r--r--juniper/src/test/queryparserTest.cpp1
-rw-r--r--juniper/src/test/queryvisitor_test.cpp1
-rw-r--r--juniper/src/test/testenv.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/juniper/src/test/appender_test.cpp b/juniper/src/test/appender_test.cpp
index 7887247d9f2..32a58a16bb0 100644
--- a/juniper/src/test/appender_test.cpp
+++ b/juniper/src/test/appender_test.cpp
@@ -1,5 +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/vespalib/testkit/testapp.h>
#define _NEED_SUMMARY_CONFIG_IMPL
diff --git a/juniper/src/test/fakerewriter.cpp b/juniper/src/test/fakerewriter.cpp
index c02fc29b119..962f3d0e2f9 100644
--- a/juniper/src/test/fakerewriter.cpp
+++ b/juniper/src/test/fakerewriter.cpp
@@ -1,5 +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 "fakerewriter.h"
#include <vespa/vespalib/util/stringfmt.h>
diff --git a/juniper/src/test/matchobjectTest.cpp b/juniper/src/test/matchobjectTest.cpp
index 81b3f0e1a79..32f249ae720 100644
--- a/juniper/src/test/matchobjectTest.cpp
+++ b/juniper/src/test/matchobjectTest.cpp
@@ -16,7 +16,6 @@
* ALL RIGHTS RESERVED
* </pre>
***************************************************************************/
-#include <vespa/fastos/fastos.h>
#include "matchobjectTest.h"
#include "fakerewriter.h"
diff --git a/juniper/src/test/queryparserTest.cpp b/juniper/src/test/queryparserTest.cpp
index c78af7a98c2..6f1065f279c 100644
--- a/juniper/src/test/queryparserTest.cpp
+++ b/juniper/src/test/queryparserTest.cpp
@@ -16,7 +16,6 @@
* ALL RIGHTS RESERVED
* </pre>
***************************************************************************/
-#include <vespa/fastos/fastos.h>
#include "queryparserTest.h"
#include "fakerewriter.h"
diff --git a/juniper/src/test/queryvisitor_test.cpp b/juniper/src/test/queryvisitor_test.cpp
index 18dda67f43f..612336ae78b 100644
--- a/juniper/src/test/queryvisitor_test.cpp
+++ b/juniper/src/test/queryvisitor_test.cpp
@@ -1,6 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <memory>
-#include <vespa/fastos/fastos.h>
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/juniper/queryhandle.h>
diff --git a/juniper/src/test/testenv.cpp b/juniper/src/test/testenv.cpp
index 17187e33a28..ff4331148d3 100644
--- a/juniper/src/test/testenv.cpp
+++ b/juniper/src/test/testenv.cpp
@@ -3,7 +3,6 @@
* within test framework
*/
-#include <vespa/fastos/fastos.h>
#include "testenv.h"
#include <vespa/juniper/propreader.h>