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 | b034cb7755badaf4d760701f335cac10aaed0610 (patch) | |
tree | 29961c907cdc09d0f1af077587324543d4fe6290 /llvm/unittests/Option/OptionParsingTest.cpp | |
parent | be81023d7480ca32d788f8b729821d2b87d4dc6f (diff) | |
download | bcm5719-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/Option/OptionParsingTest.cpp')
-rw-r--r-- | llvm/unittests/Option/OptionParsingTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |