Skip to content

Commit

Permalink
[llvm-exegesis] Stop including array (NFC)
Browse files Browse the repository at this point in the history
Identified with clangd.
  • Loading branch information
kazutakahirata committed Dec 6, 2023
1 parent 124b4ab commit 06c5c27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//

#include <array>
#include <memory>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//

#include <array>
#include <string>

#include "Assembler.h"
Expand Down
2 changes: 0 additions & 2 deletions llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
//
//===----------------------------------------------------------------------===//

#include <array>

#include "SnippetRepetitor.h"
#include "Target.h"
#include "llvm/ADT/Sequence.h"
Expand Down

0 comments on commit 06c5c27

Please sign in to comment.