summaryrefslogtreecommitdiffstats
path: root/lowercasing_test
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-06-01 17:05:07 +0200
committerGitHub <noreply@github.com>2017-06-01 17:05:07 +0200
commit54581b5ecd98230dc90fe787f1f02a33ebffbff6 (patch)
tree74be8268751aea38c9e97dc0b68b1899b03410d3 /lowercasing_test
parent1026c45714c0c3df53b0c3a660cda7c4a04a22cd (diff)
parent57e423f562a610540a59ec0956a18312858bb35a (diff)
Merge pull request #2603 from yahoo/balder/fully-remove-fastos.h
Balder/fully remove fastos.h
Diffstat (limited to 'lowercasing_test')
-rw-r--r--lowercasing_test/src/tests/lowercasing/casingvariants_fastlib.cpp3
-rw-r--r--lowercasing_test/src/tests/lowercasing/casingvariants_vespalib.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/lowercasing_test/src/tests/lowercasing/casingvariants_fastlib.cpp b/lowercasing_test/src/tests/lowercasing/casingvariants_fastlib.cpp
index d7478c4755a..136d5dbd4ba 100644
--- a/lowercasing_test/src/tests/lowercasing/casingvariants_fastlib.cpp
+++ b/lowercasing_test/src/tests/lowercasing/casingvariants_fastlib.cpp
@@ -1,6 +1,7 @@
// 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/fastlib/text/normwordfolder.h>
+#include <cassert>
#include <fstream>
#include <iostream>
diff --git a/lowercasing_test/src/tests/lowercasing/casingvariants_vespalib.cpp b/lowercasing_test/src/tests/lowercasing/casingvariants_vespalib.cpp
index d6df9686e86..fcbc3b701e1 100644
--- a/lowercasing_test/src/tests/lowercasing/casingvariants_vespalib.cpp
+++ b/lowercasing_test/src/tests/lowercasing/casingvariants_vespalib.cpp
@@ -1,9 +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/vespalib/text/lowercase.h>
#include <vespa/vespalib/text/utf8.h>
#include <fstream>
#include <iostream>
+#include <cassert>
using vespalib::LowerCase;
using vespalib::Utf8ReaderForZTS;