Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-07-24 09:22:49 +0300
committerTaku Kudo <taku@google.com>2018-07-24 09:22:49 +0300
commit89831f80c125335a56807a1c738f2f509d03d6d5 (patch)
tree6d7dbfcaf2f195ae2d24017f6eee3049e2d7749f /src/flags.cc
parentd64cc9ada66c4a601536b94e88132937f8768e9c (diff)
Switched to cmake
Diffstat (limited to 'src/flags.cc')
-rw-r--r--src/flags.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/flags.cc b/src/flags.cc
index c33e035..830c2cb 100644
--- a/src/flags.cc
+++ b/src/flags.cc
@@ -23,11 +23,8 @@
#include <utility>
#include "common.h"
-#include "util.h"
-
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
+#include "util.h"
namespace sentencepiece {
namespace flags {