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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-11-21 22:58:28 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-11-21 22:58:28 +0400
commit0a8390981e9c01b131a63212a3f13306ca4dee26 (patch)
tree05383c711bd70bc22370a6cfcffeb0859cf06d9f /moses/Phrase.cpp
parent43dc333cd72027009324068ebcc1752021d9e0aa (diff)
delete includes for util/check.hh
Diffstat (limited to 'moses/Phrase.cpp')
-rw-r--r--moses/Phrase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Phrase.cpp b/moses/Phrase.cpp
index 18eb705bc..b43f5fbb8 100644
--- a/moses/Phrase.cpp
+++ b/moses/Phrase.cpp
@@ -20,7 +20,6 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#include "util/check.hh"
#include <algorithm>
#include <sstream>
#include <string>