diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 10:26:28 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 10:26:28 +0000 |
commit | 7f00f87767036e74445aad0164eea13cf2642610 (patch) | |
tree | 4520b68c2f3753ed33276a304e3d6d289b874d5e /unittests/VMCore/PassManagerTest.cpp | |
parent | 58a2cbef4aac9ee7d530dfb690c78d6fc11a2371 (diff) |
Sort a few more #include lines in tools/... unittests/... and utils/...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore/PassManagerTest.cpp')
-rw-r--r-- | unittests/VMCore/PassManagerTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/VMCore/PassManagerTest.cpp b/unittests/VMCore/PassManagerTest.cpp index 6cfc0369a4..4690ca6dae 100644 --- a/unittests/VMCore/PassManagerTest.cpp +++ b/unittests/VMCore/PassManagerTest.cpp @@ -28,7 +28,6 @@ #include "llvm/Pass.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" using namespace llvm; |