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/tokenize_piece.hh')
-rw-r--r--util/tokenize_piece.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/tokenize_piece.hh b/util/tokenize_piece.hh
index 7064336..704d84d 100644
--- a/util/tokenize_piece.hh
+++ b/util/tokenize_piece.hh
@@ -1,9 +1,9 @@
#ifndef UTIL_TOKENIZE_PIECE_H
#define UTIL_TOKENIZE_PIECE_H
-#include "util/exception.hh"
-#include "util/spaces.hh"
-#include "util/string_piece.hh"
+#include "exception.hh"
+#include "spaces.hh"
+#include "string_piece.hh"
#include <algorithm>
#include <cstring>