aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassAnalysisSupport.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-07 01:18:18 +0000
committerDan Gohman <gohman@apple.com>2010-08-07 01:18:18 +0000
commit4afefdec65f198fad803fa8f9f994663488dd608 (patch)
tree3fb7cefba743c781f9a9158de65fb45784649ca2 /include/llvm/PassAnalysisSupport.h
parentfc8b58e1d435c248fee873e5d58674cc57074927 (diff)
downloadexternal_llvm-4afefdec65f198fad803fa8f9f994663488dd608.zip
external_llvm-4afefdec65f198fad803fa8f9f994663488dd608.tar.gz
external_llvm-4afefdec65f198fad803fa8f9f994663488dd608.tar.bz2
More #include cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassAnalysisSupport.h')
-rw-r--r--include/llvm/PassAnalysisSupport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/PassAnalysisSupport.h b/include/llvm/PassAnalysisSupport.h
index 0136966..a3342d5 100644
--- a/include/llvm/PassAnalysisSupport.h
+++ b/include/llvm/PassAnalysisSupport.h
@@ -19,7 +19,6 @@
#ifndef LLVM_PASS_ANALYSIS_SUPPORT_H
#define LLVM_PASS_ANALYSIS_SUPPORT_H
-#include "llvm/Pass.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include <vector>