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/partial.hh')
-rw-r--r--lm/partial.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lm/partial.hh b/lm/partial.hh
index 9e4e352..2fda17b 100644
--- a/lm/partial.hh
+++ b/lm/partial.hh
@@ -1,8 +1,8 @@
#ifndef LM_PARTIAL_H
#define LM_PARTIAL_H
-#include "lm/return.hh"
-#include "lm/state.hh"
+#include "return.hh"
+#include "state.hh"
#include <algorithm>
#include <cassert>