diff options
Diffstat (limited to 'unittests/AST/CommentLexer.cpp')
-rw-r--r-- | unittests/AST/CommentLexer.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/unittests/AST/CommentLexer.cpp b/unittests/AST/CommentLexer.cpp index 2723a611e1..f2167e042b 100644 --- a/unittests/AST/CommentLexer.cpp +++ b/unittests/AST/CommentLexer.cpp @@ -7,16 +7,15 @@ // //===----------------------------------------------------------------------===// +#include "clang/AST/CommentLexer.h" #include "clang/Basic/SourceManager.h" -#include "clang/Basic/FileManager.h" +#include "clang/AST/CommentCommandTraits.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/DiagnosticOptions.h" -#include "clang/AST/CommentLexer.h" -#include "clang/AST/CommentCommandTraits.h" +#include "clang/Basic/FileManager.h" #include "llvm/ADT/STLExtras.h" -#include <vector> - #include "gtest/gtest.h" +#include <vector> using namespace llvm; using namespace clang; |