ARCRuntimeEntryPoints.h - remove unnecessary includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-24 14:16:31 +01:00
parent 3b1622d63a
commit 27ad103a3a
1 changed files with 1 additions and 4 deletions

View File

@ -22,18 +22,15 @@
#ifndef LLVM_LIB_TRANSFORMS_OBJCARC_ARCRUNTIMEENTRYPOINTS_H
#define LLVM_LIB_TRANSFORMS_OBJCARC_ARCRUNTIMEENTRYPOINTS_H
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
namespace llvm {
class Function;
class Module;
namespace objcarc {