aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/CommentParser.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:53:37 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:53:37 +0000
commitfa0b3bb7ec17e523cfc7dca212988dccd3ee1af7 (patch)
tree9b3b1012cc3fa5d5b39a1c5402f5d6050cb11c63 /clang/unittests/AST/CommentParser.cpp
parent320d9666eeab256ecaec2e2c1676bbb40f3aac9e (diff)
downloadllvm-fa0b3bb7ec17e523cfc7dca212988dccd3ee1af7.zip
llvm-fa0b3bb7ec17e523cfc7dca212988dccd3ee1af7.tar.gz
llvm-fa0b3bb7ec17e523cfc7dca212988dccd3ee1af7.tar.bz2
Really sort the #include lines in unittests/...
I forgot to re-sort after fixing main module headers. llvm-svn: 169244
Diffstat (limited to 'clang/unittests/AST/CommentParser.cpp')
-rw-r--r--clang/unittests/AST/CommentParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/CommentParser.cpp b/clang/unittests/AST/CommentParser.cpp
index f9bf58c..343d32d 100644
--- a/clang/unittests/AST/CommentParser.cpp
+++ b/clang/unittests/AST/CommentParser.cpp
@@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
#include "clang/AST/CommentParser.h"
-#include "clang/Basic/SourceManager.h"
#include "clang/AST/Comment.h"
#include "clang/AST/CommentCommandTraits.h"
#include "clang/AST/CommentLexer.h"
@@ -16,6 +15,7 @@
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/FileManager.h"
+#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Allocator.h"
#include "gtest/gtest.h"