llvm-reduce: Remove some unused headers/more narrowly include them

llvm-svn: 371564
This commit is contained in:
David Blaikie 2019-09-10 22:31:35 +00:00
parent 345fbfd749
commit aac114ca14
4 changed files with 9 additions and 9 deletions

View File

@ -14,6 +14,10 @@
#include "Delta.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <fstream>
#include <set>
using namespace llvm;

View File

@ -15,16 +15,10 @@
#ifndef LLVM_TOOLS_LLVMREDUCE_LLVMREDUCE_DELTA_H
#define LLVM_TOOLS_LLVMREDUCE_LLVMREDUCE_DELTA_H
#include "../TestRunner.h"
#include "llvm/IR/Verifier.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <fstream>
#include <set>
#include "TestRunner.h"
#include <vector>
#include <utility>
#include <functional>
namespace llvm {

View File

@ -14,6 +14,7 @@
#include "ReduceFunctions.h"
#include "Delta.h"
#include <set>
using namespace llvm;

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "ReduceGlobalVars.h"
#include <set>
using namespace llvm;