Skip to content

Commit 073cc40

Browse files
[Support] Remove unnecessary includes (NFC)
1 parent a3a346c commit 073cc40

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

llvm/include/llvm/Support/LLVMDriver.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#ifndef LLVM_SUPPORT_LLVMDRIVER_H
1010
#define LLVM_SUPPORT_LLVMDRIVER_H
1111

12-
#include "llvm/ADT/SmallVector.h"
13-
1412
namespace llvm {
1513

1614
struct ToolContext {

llvm/unittests/Support/Chrono.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/Support/Chrono.h"
10-
#include "llvm/ADT/SmallVector.h"
1110
#include "llvm/Support/FormatVariadic.h"
1211
#include "gtest/gtest.h"
1312

llvm/unittests/Support/CommandLineTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <fstream>
2929
#include <stdlib.h>
3030
#include <string>
31-
#include <tuple>
3231

3332
using namespace llvm;
3433
using llvm::unittest::TempDir;

llvm/unittests/Support/InstructionCostTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "llvm/Support/InstructionCost.h"
1010
#include "gtest/gtest.h"
11-
#include <limits>
1211

1312
using namespace llvm;
1413

llvm/unittests/Support/MemoryTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/Support/Memory.h"
1010
#include "llvm/Support/Process.h"
1111
#include "gtest/gtest.h"
12-
#include <cassert>
1312
#include <cstdlib>
1413

1514
#if defined(__NetBSD__)

0 commit comments

Comments
 (0)