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/wrappers/nplm.hh')
-rw-r--r--lm/wrappers/nplm.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lm/wrappers/nplm.hh b/lm/wrappers/nplm.hh
index 82b38fd..5d3b3c1 100644
--- a/lm/wrappers/nplm.hh
+++ b/lm/wrappers/nplm.hh
@@ -1,9 +1,9 @@
#ifndef LM_WRAPPERS_NPLM_H
#define LM_WRAPPERS_NPLM_H
-#include "lm/facade.hh"
-#include "lm/max_order.hh"
-#include "util/string_piece.hh"
+#include "../facade.hh"
+#include "../max_order.hh"
+#include "../../util/string_piece.hh"
#include <boost/thread/tss.hpp>
#include <boost/scoped_ptr.hpp>