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/fragment_main.cc')
-rw-r--r--lm/fragment_main.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lm/fragment_main.cc b/lm/fragment_main.cc
index 0267cd4..cc4d4c2 100644
--- a/lm/fragment_main.cc
+++ b/lm/fragment_main.cc
@@ -1,7 +1,7 @@
-#include "lm/binary_format.hh"
-#include "lm/model.hh"
-#include "lm/left.hh"
-#include "util/tokenize_piece.hh"
+#include "binary_format.hh"
+#include "model.hh"
+#include "left.hh"
+#include "../util/tokenize_piece.hh"
template <class Model> void Query(const char *name) {
Model model(name);