mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Fixed header inclusions.
This commit is contained in:
parent
4685aeadd2
commit
1f32bd0d08
@ -21,8 +21,8 @@
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user