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:
authorDavid Madl <git@abanbytes.eu>2015-11-03 18:54:35 +0300
committerDavid Madl <git@abanbytes.eu>2015-11-17 19:15:13 +0300
commit3288eb5f502957eaaf73f8cf35a158688df6ad3b (patch)
tree96aba30627e7b53bf446d60bf2c67a0d6587514e /moses/IOWrapper.cpp
parentfef50536d6d42ce5d670d1940dd4f2f30736676b (diff)
remove IOWrapper.cpp unused includes such as Incremental.h (and others)
Diffstat (limited to 'moses/IOWrapper.cpp')
-rw-r--r--moses/IOWrapper.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/moses/IOWrapper.cpp b/moses/IOWrapper.cpp
index 2e91e7382..297391a99 100644
--- a/moses/IOWrapper.cpp
+++ b/moses/IOWrapper.cpp
@@ -30,8 +30,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
-// example file on how to use moses library
-
#include <iostream>
#include <stack>
#include <boost/algorithm/string.hpp>
@@ -39,33 +37,21 @@ POSSIBILITY OF SUCH DAMAGE.
#include "moses/Syntax/KBestExtractor.h"
#include "moses/Syntax/PVertex.h"
-#include "moses/Syntax/SHyperedge.h"
#include "moses/Syntax/S2T/DerivationWriter.h"
-#include "moses/Syntax/SVertex.h"
-#include "moses/TypeDef.h"
-#include "moses/Util.h"
#include "moses/Hypothesis.h"
-#include "moses/Range.h"
#include "moses/TrellisPathList.h"
#include "moses/StaticData.h"
-#include "moses/FeatureVector.h"
#include "moses/InputFileStream.h"
#include "moses/FF/StatefulFeatureFunction.h"
-#include "moses/FF/StatelessFeatureFunction.h"
#include "moses/TreeInput.h"
#include "moses/ForestInput.h"
#include "moses/ConfusionNet.h"
#include "moses/WordLattice.h"
-#include "moses/Incremental.h"
#include "moses/ChartManager.h"
-
-#include "util/exception.hh"
-
#include "IOWrapper.h"
-#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/iostreams/device/file.hpp>
#include <boost/iostreams/filter/bzip2.hpp>