summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 10:26:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 10:26:28 +0000
commitb034cb7755badaf4d760701f335cac10aaed0610 (patch)
tree29961c907cdc09d0f1af077587324543d4fe6290 /llvm/unittests
parentbe81023d7480ca32d788f8b729821d2b87d4dc6f (diff)
downloadbcm5719-llvm-b034cb7755badaf4d760701f335cac10aaed0610.tar.gz
bcm5719-llvm-b034cb7755badaf4d760701f335cac10aaed0610.zip
Sort a few more #include lines in tools/... unittests/... and utils/...
llvm-svn: 171363
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/ADT/ilistTest.cpp2
-rw-r--r--llvm/unittests/Option/OptionParsingTest.cpp1
-rw-r--r--llvm/unittests/VMCore/PassManagerTest.cpp1
3 files changed, 1 insertions, 3 deletions
diff --git a/llvm/unittests/ADT/ilistTest.cpp b/llvm/unittests/ADT/ilistTest.cpp
index 711192ed89e..07bd5ec6019 100644
--- a/llvm/unittests/ADT/ilistTest.cpp
+++ b/llvm/unittests/ADT/ilistTest.cpp
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
#include "llvm/ADT/ilist.h"
-#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/ilist_node.h"
#include "gtest/gtest.h"
#include <ostream>
diff --git a/llvm/unittests/Option/OptionParsingTest.cpp b/llvm/unittests/Option/OptionParsingTest.cpp
index 10e4be8dc13..76e2549c560 100644
--- a/llvm/unittests/Option/OptionParsingTest.cpp
+++ b/llvm/unittests/Option/OptionParsingTest.cpp
@@ -10,7 +10,6 @@
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/Option.h"
-
#include "gtest/gtest.h"
using namespace llvm;
diff --git a/llvm/unittests/VMCore/PassManagerTest.cpp b/llvm/unittests/VMCore/PassManagerTest.cpp
index 6cfc0369a42..4690ca6daeb 100644
--- a/llvm/unittests/VMCore/PassManagerTest.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud