summaryrefslogtreecommitdiff
path: root/decoder/ff_soft_syn.cc
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-12-06 12:19:01 -0500
committerWu, Ke <wuke@cs.umd.edu>2014-12-06 12:19:01 -0500
commit61ef7bfd7ee82f173715d391e9f297ad258d315b (patch)
treee44e005b83dffd68fedf5f391dbd0d0ac8be613c /decoder/ff_soft_syn.cc
parenta4d7d7ed27c87d56c925f2b56643d6cc9aee026f (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.cc3
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;