diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-09-30 20:20:42 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-09-30 20:20:42 +0000 |
commit | fd9d07eac196ab411b07d70a4768e854419f6dd2 (patch) | |
tree | 594172da6e39d9ea1e9c94b4a2fc7ef67de734a8 | |
parent | 84f14ab0fb518cb9767dcfb276b47d2cc1696be0 (diff) | |
download | bcm5719-llvm-fd9d07eac196ab411b07d70a4768e854419f6dd2.tar.gz bcm5719-llvm-fd9d07eac196ab411b07d70a4768e854419f6dd2.zip |
Drop unneeded includes
llvm-svn: 248937
-rw-r--r-- | polly/include/polly/Support/ScopHelper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/polly/include/polly/Support/ScopHelper.h b/polly/include/polly/Support/ScopHelper.h index a698ace0751..ac91497a76d 100644 --- a/polly/include/polly/Support/ScopHelper.h +++ b/polly/include/polly/Support/ScopHelper.h @@ -15,9 +15,6 @@ #define POLLY_SUPPORT_IRHELPER_H #include "llvm/ADT/DenseMap.h" -#include "llvm/ADT/SmallPtrSet.h" -#include "llvm/ADT/SmallVector.h" -#include "llvm/Analysis/AliasAnalysis.h" namespace llvm { class Type; |