Skip to content

Commit

Permalink
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@168670 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jakub Staszak committed Nov 27, 2012
1 parent eb6363a commit df22702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/CodeGen/BranchFolding.cpp
Expand Up @@ -33,7 +33,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
Expand Down

0 comments on commit df22702

Please sign in to comment.