Skip to content

Commit 06fea77

Browse files
authored
Remove unused Singleton from codec.cc (#1499)
dictionary/system/codec.cc no longer uses Singleton. Let's remove unnecessary include and dependency. PiperOrigin-RevId: 913011107
1 parent 5fc301c commit 06fea77

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/dictionary/system/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ mozc_cc_library(
4646
],
4747
deps = [
4848
":words_info",
49-
"//base:singleton",
5049
"//base:util",
5150
"//base:vlog",
5251
"//dictionary:dictionary_token",

src/dictionary/system/codec.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "absl/strings/str_cat.h"
4040
#include "absl/strings/string_view.h"
4141
#include "absl/types/span.h"
42-
#include "base/singleton.h"
4342
#include "base/util.h"
4443
#include "base/vlog.h"
4544
#include "dictionary/dictionary_token.h"

0 commit comments

Comments
 (0)