Skip to content

Commit

Permalink
[llvm] Stop including array (NFC)
Browse files Browse the repository at this point in the history
Identified with clangd.
  • Loading branch information
kazutakahirata committed Dec 2, 2023
1 parent 96d0a3b commit f6d6809
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion llvm/include/llvm/Support/TypeSize.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "llvm/Support/raw_ostream.h"

#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion llvm/include/llvm/XRay/BlockVerifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#define LLVM_XRAY_BLOCKVERIFIER_H

#include "llvm/XRay/FDRRecords.h"
#include <array>
#include <bitset>

namespace llvm {
Expand Down
1 change: 0 additions & 1 deletion llvm/lib/Target/ARM/ARMHazardRecognizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/Support/DataTypes.h"
#include <array>
#include <initializer_list>

namespace llvm {
Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/DivisionByConstantTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "llvm/ADT/APInt.h"
#include "llvm/Support/DivisionByConstantInfo.h"
#include "gtest/gtest.h"
#include <array>

using namespace llvm;

Expand Down

0 comments on commit f6d6809

Please sign in to comment.