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 'util/stream/chain.cc')
-rw-r--r--util/stream/chain.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/chain.cc b/util/stream/chain.cc
index 7d859cb..7c46819 100644
--- a/util/stream/chain.cc
+++ b/util/stream/chain.cc
@@ -1,9 +1,9 @@
-#include "util/stream/chain.hh"
+#include "chain.hh"
-#include "util/stream/io.hh"
+#include "io.hh"
-#include "util/exception.hh"
-#include "util/pcqueue.hh"
+#include "../exception.hh"
+#include "../pcqueue.hh"
#include <cstdlib>
#include <new>