diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:19:01 -0500 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:19:01 -0500 |
commit | e84e4b882d1515a373a6f564fda3b78bd647b73b (patch) | |
tree | c83317acd164c3ab1ce97830bce66ab91ae84ea9 /decoder/ff_soft_syn.cc | |
parent | 2ffd51b55c74d9db1e54180e8c817c3f81201a91 (diff) |
Use ff_const_reorder_common.h instead of tree.h
Diffstat (limited to 'decoder/ff_soft_syn.cc')
-rw-r--r-- | decoder/ff_soft_syn.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/ff_soft_syn.cc b/decoder/ff_soft_syn.cc index 9d5ed08e..50c2365e 100644 --- a/decoder/ff_soft_syn.cc +++ b/decoder/ff_soft_syn.cc @@ -8,13 +8,14 @@ #include "stringlib.h" #include "hg.h" #include "sentence_metadata.h" -#include "tree.h" +#include "ff_const_reorder_common.h" #include <string> #include <vector> #include <stdio.h> using namespace std; +using namespace const_reorder; typedef HASH_MAP<std::string, vector<string> > MapFeatures; |