Skip to content

Commit

Permalink
[Support] Remove unnecessary includes (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Dec 10, 2023
1 parent a3a346c commit 073cc40
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/Support/LLVMDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#ifndef LLVM_SUPPORT_LLVMDRIVER_H
#define LLVM_SUPPORT_LLVMDRIVER_H

#include "llvm/ADT/SmallVector.h"

namespace llvm {

struct ToolContext {
Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/Chrono.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//

#include "llvm/Support/Chrono.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/FormatVariadic.h"
#include "gtest/gtest.h"

Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/CommandLineTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <fstream>
#include <stdlib.h>
#include <string>
#include <tuple>

using namespace llvm;
using llvm::unittest::TempDir;
Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/InstructionCostTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "llvm/Support/InstructionCost.h"
#include "gtest/gtest.h"
#include <limits>

using namespace llvm;

Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/MemoryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "llvm/Support/Memory.h"
#include "llvm/Support/Process.h"
#include "gtest/gtest.h"
#include <cassert>
#include <cstdlib>

#if defined(__NetBSD__)
Expand Down

0 comments on commit 073cc40

Please sign in to comment.