diff --git a/third_party/txt/benchmarks/paragraph_benchmarks.cc b/third_party/txt/benchmarks/paragraph_benchmarks.cc index 22dbd27785603..0fd70e69f03de 100644 --- a/third_party/txt/benchmarks/paragraph_benchmarks.cc +++ b/third_party/txt/benchmarks/paragraph_benchmarks.cc @@ -30,7 +30,6 @@ #include "txt/font_weight.h" #include "txt/paragraph.h" #include "txt/paragraph_builder.h" -#include "txt/text_align.h" #include "utils.h" namespace txt { diff --git a/third_party/txt/benchmarks/paragraph_builder_benchmarks.cc b/third_party/txt/benchmarks/paragraph_builder_benchmarks.cc index f8d15374bd23e..6030c0e342396 100644 --- a/third_party/txt/benchmarks/paragraph_builder_benchmarks.cc +++ b/third_party/txt/benchmarks/paragraph_builder_benchmarks.cc @@ -24,7 +24,6 @@ #include "txt/font_weight.h" #include "txt/paragraph.h" #include "txt/paragraph_builder.h" -#include "txt/text_align.h" #include "utils.h" namespace txt {