Redundant parser include fixed

This commit is contained in:
Jerin Philip 2021-02-17 16:38:47 +00:00
parent 7b10c35483
commit 70b57ee3e7

View File

@ -16,8 +16,6 @@
#include "TranslationModel.h"
#include "translator/parser.h"
#include "translator/service.h"
#include "translator/parser.h"
std::shared_ptr<marian::Options> parseOptions(const std::string &config) {
marian::Options options;