aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.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/Pass.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/Pass.h')
-rw-r--r--include/llvm/Pass.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index e5c073c..70d692d 100644
--- a/include/llvm/Pass.h
+++ b/include/llvm/Pass.h
@@ -29,11 +29,7 @@
#ifndef LLVM_PASS_H
#define LLVM_PASS_H
-#include "llvm/System/DataTypes.h"
-
#include <string>
-#include <utility>
-#include <vector>
namespace llvm {