diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-20 06:51:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 06:51:43 -0800 |
commit | d44ea7186befe38eb2b3804b15cd1ee1777458ed (patch) | |
tree | 525aa3080ecf398c74973a25a3d082391bcb66ca /llvm/lib/Support/Path.cpp | |
parent | 12cfa414a343dc86623d049083752184bf494dee (diff) | |
download | llvm-d44ea7186befe38eb2b3804b15cd1ee1777458ed.zip llvm-d44ea7186befe38eb2b3804b15cd1ee1777458ed.tar.gz llvm-d44ea7186befe38eb2b3804b15cd1ee1777458ed.tar.bz2 |
[Support] Remove unused includes (NFC) (#116752)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r-- | llvm/lib/Support/Path.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index 4db9bc8..d775285 100644 --- a/llvm/lib/Support/Path.cpp +++ b/llvm/lib/Support/Path.cpp @@ -16,7 +16,6 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/Config/config.h" #include "llvm/Config/llvm-config.h" -#include "llvm/Support/Endian.h" #include "llvm/Support/Errc.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" |