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:
Diffstat (limited to 'moses2/PhraseBased/Normal/Stack.h')
-rw-r--r--moses2/PhraseBased/Normal/Stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses2/PhraseBased/Normal/Stack.h b/moses2/PhraseBased/Normal/Stack.h
index 4ad707ce4..62675a5c1 100644
--- a/moses2/PhraseBased/Normal/Stack.h
+++ b/moses2/PhraseBased/Normal/Stack.h
@@ -6,7 +6,6 @@
*/
#pragma once
-#include <boost/unordered_set.hpp>
#include <deque>
#include "../Hypothesis.h"
#include "../../TypeDef.h"