Skip to content

Commit

Permalink
Remove headers not needed anymore due to recent removal of unused fun…
Browse files Browse the repository at this point in the history
…ctions.

#xls-build-gardener

PiperOrigin-RevId: 684687732
  • Loading branch information
hzeller authored and copybara-github committed Oct 11, 2024
1 parent 6456292 commit af330a2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion xls/dslx/ir_convert/ir_converter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>

#include "absl/algorithm/container.h"
Expand Down
2 changes: 0 additions & 2 deletions xls/ir/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ cc_test(
"//xls/data_structures:inline_bitmap",
"@com_google_absl//absl/container:inlined_vector",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/types:span",
"@com_google_googletest//:gtest",
],
Expand Down
3 changes: 0 additions & 3 deletions xls/ir/bits_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
#include <algorithm>
#include <cstdint>
#include <limits>
#include <string>
#include <vector>

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "xls/common/fuzzing/fuzztest.h"
#include "absl/container/inlined_vector.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "absl/types/span.h"
#include "xls/common/bits_util.h"
#include "xls/common/math_util.h"
Expand Down
1 change: 0 additions & 1 deletion xls/jit/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ cc_library(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/types:span",
],
Expand Down
1 change: 0 additions & 1 deletion xls/jit/block_jit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "absl/container/flat_hash_map.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/types/span.h"
#include "xls/codegen/block_inlining_pass.h"
Expand Down
1 change: 0 additions & 1 deletion xls/modules/aes/aes_test_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.
#include "xls/modules/aes/aes_test_common.h"

#include <array>
#include <cstdint>
#include <iostream>
#include <string>
Expand Down

0 comments on commit af330a2

Please sign in to comment.