[llvm] r270788 - Remove unused header.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 15:56:58 PDT 2016


Author: echristo
Date: Wed May 25 17:56:58 2016
New Revision: 270788

URL: http://llvm.org/viewvc/llvm-project?rev=270788&view=rev
Log:
Remove unused header.

Modified:
    llvm/trunk/include/llvm/Pass.h

Modified: llvm/trunk/include/llvm/Pass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Pass.h?rev=270788&r1=270787&r2=270788&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Pass.h (original)
+++ llvm/trunk/include/llvm/Pass.h Wed May 25 17:56:58 2016
@@ -29,7 +29,6 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
-#include "llvm/Support/Compiler.h"
 #include <string>
 
 namespace llvm {




More information about the llvm-commits mailing list