Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lm/builder/combine_counts.hh')
-rw-r--r--lm/builder/combine_counts.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/lm/builder/combine_counts.hh b/lm/builder/combine_counts.hh
index 2eda517..e8e81f9 100644
--- a/lm/builder/combine_counts.hh
+++ b/lm/builder/combine_counts.hh
@@ -1,11 +1,11 @@
#ifndef LM_BUILDER_COMBINE_COUNTS_H
#define LM_BUILDER_COMBINE_COUNTS_H
-#include "lm/builder/payload.hh"
-#include "lm/common/ngram.hh"
-#include "lm/common/compare.hh"
-#include "lm/word_index.hh"
-#include "util/stream/sort.hh"
+#include "payload.hh"
+#include "../common/ngram.hh"
+#include "../common/compare.hh"
+#include "../word_index.hh"
+#include "../../util/stream/sort.hh"
#include <functional>
#include <string>