diff options
author | Reid Kleckner <rnk@google.com> | 2025-04-04 22:10:19 -0700 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2025-04-04 22:10:19 -0700 |
commit | a1935fd3809772c06f9a09fa151181642ae92b20 (patch) | |
tree | 756934476d52f5d07d3309419ba6ca84ea27defb /clang/lib/Basic/SourceManager.cpp | |
parent | f47034cbe5c02b748742c733cf453b3b907687e5 (diff) | |
download | llvm-a1935fd3809772c06f9a09fa151181642ae92b20.zip llvm-a1935fd3809772c06f9a09fa151181642ae92b20.tar.gz llvm-a1935fd3809772c06f9a09fa151181642ae92b20.tar.bz2 |
[clang] Remove unused SourceManager.cpp includes, NFC (trying out clangd)
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index b1f2180..a78ffc1 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/lib/Basic/SourceManager.cpp @@ -24,15 +24,11 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/Support/Allocator.h" -#include "llvm/Support/AutoConvert.h" #include "llvm/Support/Capacity.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Endian.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/FileSystem.h" -#include "llvm/Support/MathExtras.h" #include "llvm/Support/MemoryBuffer.h" -#include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" #include <algorithm> #include <cassert> |