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/Word.h
parent4a166d065ec57093de5a7c3a9d50d0919a70e19c (diff)
faster compilation by taking some #includes from Word.h and Phrase.h
Diffstat (limited to 'moses/Word.h')
-rw-r--r--moses/Word.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/moses/Word.h b/moses/Word.h
index 6eb0d99ad..b4e2b7132 100644
--- a/moses/Word.h
+++ b/moses/Word.h
@@ -30,14 +30,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "util/murmur_hash.hh"
#include "TypeDef.h"
-#include "Factor.h"
#include "Util.h"
#include "util/string_piece.hh"
namespace Moses
{
-
-class Phrase;
+class Factor;
class FactorMask;
/** Represent a word (terminal or non-term)