diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-10-14 11:51:12 +0100 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-10-14 11:51:12 +0100 |
commit | 171027795ba3a01ba2ed82d7036610ac397e1fe8 (patch) | |
tree | 5b7551db5441d9eecd5b40ea61f009d74ff89f11 /decoder/ff_factory.h | |
parent | ee84ab027c0be54800cac0c9bff62dd097354f6d (diff) |
remove FSA integration code. will have to be resurrected another day
Diffstat (limited to 'decoder/ff_factory.h')
-rw-r--r-- | decoder/ff_factory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoder/ff_factory.h b/decoder/ff_factory.h index 92334396..5eb68c8b 100644 --- a/decoder/ff_factory.h +++ b/decoder/ff_factory.h @@ -20,8 +20,6 @@ #include <boost/shared_ptr.hpp> -#include "ff_fsa_dynamic.h" - class FeatureFunction; class FsaFeatureFunction; |