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/value.hh')
-rw-r--r--lm/value.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/lm/value.hh b/lm/value.hh
index d2425cc..6758834 100644
--- a/lm/value.hh
+++ b/lm/value.hh
@@ -1,11 +1,11 @@
#ifndef LM_VALUE_H
#define LM_VALUE_H
-#include "lm/config.hh"
-#include "lm/model_type.hh"
-#include "lm/value_build.hh"
-#include "lm/weights.hh"
-#include "util/bit_packing.hh"
+#include "config.hh"
+#include "model_type.hh"
+#include "value_build.hh"
+#include "weights.hh"
+#include "../util/bit_packing.hh"
#include <stdint.h>