Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mert
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2015-05-19 22:27:30 +0300
committerKenneth Heafield <github@kheafield.com>2015-05-19 22:27:30 +0300
commita70d37e46fce323f7a9720e3a621f35d19e4ac9f (patch)
treed45651f2d44ba7c373f2a198611dca3b196e36d9 /mert
parent90309aebfa0184ac611725520443b34c3331794b (diff)
KenLM 7408730be415db9b650560a8b2bd3e4e3af49ec9.
unistd.hh is dead.
Diffstat (limited to 'mert')
-rw-r--r--mert/Fdstream.h2
-rw-r--r--mert/MeteorScorer.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/mert/Fdstream.h b/mert/Fdstream.h
index 23eecc466..2258ef4a5 100644
--- a/mert/Fdstream.h
+++ b/mert/Fdstream.h
@@ -13,8 +13,6 @@
#include <iostream>
#include <string>
-#include "util/unistd.hh"
-
#if defined(__GLIBCXX__) || defined(__GLIBCPP__)
#include <ext/stdio_filebuf.h>
diff --git a/mert/MeteorScorer.cpp b/mert/MeteorScorer.cpp
index f4c7997ee..d030e52bd 100644
--- a/mert/MeteorScorer.cpp
+++ b/mert/MeteorScorer.cpp
@@ -18,7 +18,6 @@
#include "ScoreStats.h"
#include "Util.h"
-#include "util/unistd.hh"
using namespace std;