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/config.hh')
-rw-r--r--lm/config.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lm/config.hh b/lm/config.hh
index 21b9e7e..0d16b79 100644
--- a/lm/config.hh
+++ b/lm/config.hh
@@ -1,8 +1,8 @@
#ifndef LM_CONFIG_H
#define LM_CONFIG_H
-#include "lm/lm_exception.hh"
-#include "util/mmap.hh"
+#include "lm_exception.hh"
+#include "../util/mmap.hh"
#include <iosfwd>
#include <string>