We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Singleton
codec.cc
1 parent 5fc301c commit 06fea77Copy full SHA for 06fea77
2 files changed
src/dictionary/system/BUILD.bazel
@@ -46,7 +46,6 @@ mozc_cc_library(
46
],
47
deps = [
48
":words_info",
49
- "//base:singleton",
50
"//base:util",
51
"//base:vlog",
52
"//dictionary:dictionary_token",
src/dictionary/system/codec.cc
@@ -39,7 +39,6 @@
39
#include "absl/strings/str_cat.h"
40
#include "absl/strings/string_view.h"
41
#include "absl/types/span.h"
42
-#include "base/singleton.h"
43
#include "base/util.h"
44
#include "base/vlog.h"
45
#include "dictionary/dictionary_token.h"
0 commit comments