Remove unused header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2016-05-25 22:56:58 +00:00
parent f4f40d85e6
commit 28abc1acf3

View File

@ -29,7 +29,6 @@
#ifndef LLVM_PASS_H
#define LLVM_PASS_H
#include "llvm/Support/Compiler.h"
#include <string>
namespace llvm {