Skip to content

Commit a1935fd

Browse files
committed
[clang] Remove unused SourceManager.cpp includes, NFC (trying out clangd)
1 parent f47034c commit a1935fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Basic/SourceManager.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@
2424
#include "llvm/ADT/StringRef.h"
2525
#include "llvm/ADT/StringSwitch.h"
2626
#include "llvm/Support/Allocator.h"
27-
#include "llvm/Support/AutoConvert.h"
2827
#include "llvm/Support/Capacity.h"
2928
#include "llvm/Support/Compiler.h"
3029
#include "llvm/Support/Endian.h"
3130
#include "llvm/Support/ErrorHandling.h"
32-
#include "llvm/Support/FileSystem.h"
33-
#include "llvm/Support/MathExtras.h"
3431
#include "llvm/Support/MemoryBuffer.h"
35-
#include "llvm/Support/Path.h"
3632
#include "llvm/Support/raw_ostream.h"
3733
#include <algorithm>
3834
#include <cassert>

0 commit comments

Comments
 (0)