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 <hieu@hoang.co.uk>2013-05-21 15:27:13 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-21 15:27:13 +0400
commitff880ec6f19f9f58e5db534136a27859990995f3 (patch)
treef40d213f7876e50de6f4420e6e9ae5197c4f4c71 /moses/TranslationOption.cpp
parent031cbdf7cd85c85d0304afb32a83ac4da324af30 (diff)
delete references to LMList
Diffstat (limited to 'moses/TranslationOption.cpp')
-rw-r--r--moses/TranslationOption.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/TranslationOption.cpp b/moses/TranslationOption.cpp
index 6a89d0fb6..0878aeb7c 100644
--- a/moses/TranslationOption.cpp
+++ b/moses/TranslationOption.cpp
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "TranslationOption.h"
#include "WordsBitmap.h"
#include "GenerationDictionary.h"
-#include "LMList.h"
#include "LexicalReordering.h"
#include "StaticData.h"
#include "InputType.h"