Skip to content

Commit

Permalink
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172155 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jakub Staszak committed Jan 11, 2013
1 parent 51873db commit cbdb7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/llvm/Analysis/LoopPass.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define LLVM_ANALYSIS_LOOPPASS_H

#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/PassManagers.h"
#include <deque>
Expand Down

0 comments on commit cbdb7e4

Please sign in to comment.