diff options
Diffstat (limited to 'clang-tools-extra/clangd/JSONExpr.cpp')
-rw-r--r-- | clang-tools-extra/clangd/JSONExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/JSONExpr.cpp b/clang-tools-extra/clangd/JSONExpr.cpp index 010fc0c4a78..a6e6a555515 100644 --- a/clang-tools-extra/clangd/JSONExpr.cpp +++ b/clang-tools-extra/clangd/JSONExpr.cpp @@ -8,7 +8,6 @@ //===---------------------------------------------------------------------===// #include "JSONExpr.h" - #include "llvm/Support/Format.h" #include <cctype> |