summaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-17 08:12:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-17 08:12:36 +0000
commit985577ec132a1dcfb057f157fb52b31e82544b16 (patch)
tree146abafd468d8dbaff71eda8b4792936b631285c /include/llvm/PassAnalysisSupport.h
parent6553155172a2e74feff1253837daa608123de54a (diff)
downloadllvm-985577ec132a1dcfb057f157fb52b31e82544b16.tar.gz
llvm-985577ec132a1dcfb057f157fb52b31e82544b16.tar.bz2
llvm-985577ec132a1dcfb057f157fb52b31e82544b16.tar.xz
Add another required #include for freestanding .h files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassAnalysisSupport.h')
-rw-r--r--include/llvm/PassAnalysisSupport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/PassAnalysisSupport.h b/include/llvm/PassAnalysisSupport.h
index f339481c1e..690d080491 100644
--- a/include/llvm/PassAnalysisSupport.h
+++ b/include/llvm/PassAnalysisSupport.h
@@ -20,14 +20,13 @@
#define LLVM_PASS_ANALYSIS_SUPPORT_H
#include <vector>
+#include "llvm/Pass.h"
#include "llvm/ADT/SmallVector.h"
namespace llvm {
class StringRef;
-// No need to include Pass.h, we are being included by it!
-
//===----------------------------------------------------------------------===//
// AnalysisUsage - Represent the analysis usage information of a pass. This
// tracks analyses that the pass REQUIRES (must be available when the pass