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/common/joint_order.hh')
-rw-r--r--lm/common/joint_order.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lm/common/joint_order.hh b/lm/common/joint_order.hh
index 6113bb8..dce0b1c 100644
--- a/lm/common/joint_order.hh
+++ b/lm/common/joint_order.hh
@@ -1,11 +1,11 @@
#ifndef LM_COMMON_JOINT_ORDER_H
#define LM_COMMON_JOINT_ORDER_H
-#include "lm/common/ngram_stream.hh"
-#include "lm/lm_exception.hh"
+#include "ngram_stream.hh"
+#include "../lm_exception.hh"
#ifdef DEBUG
-#include "util/fixed_array.hh"
+#include "../../util/fixed_array.hh"
#include <iostream>
#endif