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/file.hh')
-rw-r--r--util/file.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/file.hh b/util/file.hh
index 4a50e73..155149d 100644
--- a/util/file.hh
+++ b/util/file.hh
@@ -1,9 +1,9 @@
#ifndef UTIL_FILE_H
#define UTIL_FILE_H
-#include "util/exception.hh"
-#include "util/scoped.hh"
-#include "util/string_piece.hh"
+#include "exception.hh"
+#include "scoped.hh"
+#include "string_piece.hh"
#include <cstddef>
#include <cstdio>