diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp')
| -rw-r--r-- | clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp b/clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp index 15820b85104..e5027306d91 100644 --- a/clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp +++ b/clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "OverloadedUnaryAndCheck.h" +#include "clang/AST/ASTContext.h" #include "clang/ASTMatchers/ASTMatchFinder.h" #include "clang/ASTMatchers/ASTMatchers.h" -#include "clang/AST/ASTContext.h" using namespace clang::ast_matchers; |

