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/interpolate/tune_instances.hh')
-rw-r--r--lm/interpolate/tune_instances.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/lm/interpolate/tune_instances.hh b/lm/interpolate/tune_instances.hh
index 3ecde6b..7d80327 100644
--- a/lm/interpolate/tune_instances.hh
+++ b/lm/interpolate/tune_instances.hh
@@ -1,11 +1,11 @@
#ifndef LM_INTERPOLATE_TUNE_INSTANCE_H
#define LM_INTERPOLATE_TUNE_INSTANCE_H
-#include "lm/interpolate/tune_matrix.hh"
-#include "lm/word_index.hh"
-#include "util/scoped.hh"
-#include "util/stream/config.hh"
-#include "util/string_piece.hh"
+#include "tune_matrix.hh"
+#include "../word_index.hh"
+#include "../../util/scoped.hh"
+#include "../../util/stream/config.hh"
+#include "../../util/string_piece.hh"
#include <boost/optional.hpp>