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-10-04 18:40:23 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-04 18:40:23 +0400
commitf4150c2494106623b3ca851585f025557f3711f0 (patch)
treebd7c0771619f1750c2b0dfdce4fe441b52d9431b /moses/InputType.h
parent4a166d065ec57093de5a7c3a9d50d0919a70e19c (diff)
faster compilation by taking some #includes from Word.h and Phrase.h
Diffstat (limited to 'moses/InputType.h')
-rw-r--r--moses/InputType.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/InputType.h b/moses/InputType.h
index 89efe9e7c..848ca9dbf 100644
--- a/moses/InputType.h
+++ b/moses/InputType.h
@@ -29,11 +29,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "TargetPhraseCollection.h"
#include "ReorderingConstraint.h"
#include "NonTerminal.h"
+#include "WordsRange.h"
namespace Moses
{
-
-class WordsRange;
class Factor;
class PhraseDictionary;
class TranslationOptionCollection;