diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 |
commit | bf0278b9492d678d8d7f601ea1513b896f2ad105 (patch) | |
tree | 7fea052c2419f03c17c26833c4bfa964a408ce77 /mira | |
parent | 3d30173d091900794d53f8ea61eb277038ba6a01 (diff) |
remove creg
Diffstat (limited to 'mira')
-rw-r--r-- | mira/kbest_mira.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mira/kbest_mira.cc b/mira/kbest_mira.cc index dc0200d6..8b7993dd 100644 --- a/mira/kbest_mira.cc +++ b/mira/kbest_mira.cc @@ -5,8 +5,6 @@ #include <cmath> #include <tr1/memory> -#include "config.h" - #include <boost/program_options.hpp> #include <boost/program_options/variables_map.hpp> |