summaryrefslogtreecommitdiffstats
path: root/document/src/tests/predicate
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 14:15:47 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 16:54:58 +0200
commit349fee6bca3fbe9034a8e2b1cc65b287771e86e7 (patch)
tree876e51ffea0bbfaab0852bec523f14d8d7a4edd9 /document/src/tests/predicate
parent1026c45714c0c3df53b0c3a660cda7c4a04a22cd (diff)
Checkpount for removing fastos from tests
Diffstat (limited to 'document/src/tests/predicate')
-rw-r--r--document/src/tests/predicate/predicate_builder_test.cpp1
-rw-r--r--document/src/tests/predicate/predicate_printer_test.cpp1
-rw-r--r--document/src/tests/predicate/predicate_test.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/document/src/tests/predicate/predicate_builder_test.cpp b/document/src/tests/predicate/predicate_builder_test.cpp
index 1e32aa2cc51..da3541e9536 100644
--- a/document/src/tests/predicate/predicate_builder_test.cpp
+++ b/document/src/tests/predicate/predicate_builder_test.cpp
@@ -3,7 +3,6 @@
#include <vespa/log/log.h>
LOG_SETUP("predicate_builder_test");
-#include <vespa/fastos/fastos.h>
#include <vespa/document/predicate/predicate.h>
#include <vespa/document/predicate/predicate_builder.h>
diff --git a/document/src/tests/predicate/predicate_printer_test.cpp b/document/src/tests/predicate/predicate_printer_test.cpp
index 8525fb8e2db..ff9a7d3fee9 100644
--- a/document/src/tests/predicate/predicate_printer_test.cpp
+++ b/document/src/tests/predicate/predicate_printer_test.cpp
@@ -3,7 +3,6 @@
#include <vespa/log/log.h>
LOG_SETUP("predicate_printer_test");
-#include <vespa/fastos/fastos.h>
#include <vespa/document/predicate/predicate.h>
#include <vespa/document/predicate/predicate_printer.h>
diff --git a/document/src/tests/predicate/predicate_test.cpp b/document/src/tests/predicate/predicate_test.cpp
index 3223b628c6a..2ac7c921a10 100644
--- a/document/src/tests/predicate/predicate_test.cpp
+++ b/document/src/tests/predicate/predicate_test.cpp
@@ -3,7 +3,6 @@
#include <vespa/log/log.h>
LOG_SETUP("predicate_test");
-#include <vespa/fastos/fastos.h>
#include <vespa/document/predicate/predicate.h>
#include <vespa/vespalib/data/slime/slime.h>