Skip to content

Commit

Permalink
Merge pull request #2311 from hzeller/feature-20241224-remove-unnessary
Browse files Browse the repository at this point in the history
Remove unnecessary include.
  • Loading branch information
hzeller authored Dec 24, 2024
2 parents 47836c4 + e2345d0 commit 2585d6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion verible/common/text/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ cc_library(
deps = [
":symbol",
":token-info",
"@abseil-cpp//absl/strings:string_view",
],
)

Expand Down
1 change: 0 additions & 1 deletion verible/common/text/tree-compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include "verible/common/text/tree-compare.h"

#include "absl/strings/string_view.h"
#include "verible/common/text/symbol.h"
#include "verible/common/text/token-info.h"

Expand Down

0 comments on commit 2585d6a

Please sign in to comment.