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/quantize.cc')
-rw-r--r--lm/quantize.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lm/quantize.cc b/lm/quantize.cc
index 02b5dbc..75d3ce5 100644
--- a/lm/quantize.cc
+++ b/lm/quantize.cc
@@ -6,11 +6,11 @@
* tional Linguistics.
*/
-#include "lm/quantize.hh"
+#include "quantize.hh"
-#include "lm/binary_format.hh"
-#include "lm/lm_exception.hh"
-#include "util/file.hh"
+#include "binary_format.hh"
+#include "lm_exception.hh"
+#include "../util/file.hh"
#include <algorithm>
#include <numeric>