From 1f32bd0d08fdc1e51c59b310debb6c2facff0529 Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Fri, 21 Mar 2014 16:49:44 +0000 Subject: [PATCH] Fixed header inclusions. --- moses/TranslationModel/UG/mm/symal2mam.cc | 4 ++-- moses/TranslationModel/UG/mm/ug_bitext.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moses/TranslationModel/UG/mm/symal2mam.cc b/moses/TranslationModel/UG/mm/symal2mam.cc index 66f5901d0..631d4ae07 100644 --- a/moses/TranslationModel/UG/mm/symal2mam.cc +++ b/moses/TranslationModel/UG/mm/symal2mam.cc @@ -21,8 +21,8 @@ #include #include -#include "headers-base/util/exception.hh" -#include "headers-base/util/check.hh" +#include "util/exception.hh" +// #include "headers-base/util/check.hh" // NOTE TO SELF: /* Program to filter out sentences that GIZA will skip or truncate, diff --git a/moses/TranslationModel/UG/mm/ug_bitext.h b/moses/TranslationModel/UG/mm/ug_bitext.h index 38bb461ea..aa45d14eb 100644 --- a/moses/TranslationModel/UG/mm/ug_bitext.h +++ b/moses/TranslationModel/UG/mm/ug_bitext.h @@ -31,8 +31,8 @@ #include "moses/TranslationModel/UG/generic/file_io/ug_stream.h" #include "moses/Util.h" -#include "headers-base/util/exception.hh" -#include "headers-base/util/check.hh" +#include "util/exception.hh" +// #include "util/check.hh" #include "ug_typedefs.h" #include "ug_mm_ttrack.h"