aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Path.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-09 22:28:44 +0100
committerserge-sans-paille <sguelton@redhat.com>2022-03-11 11:41:32 +0100
commitfbbc41f8dd233f1f0655852ca3e9634b1bb90cf0 (patch)
tree76038b2048a09c6856123b2bd854758a0a547b02 /llvm/lib/Support/Path.cpp
parent36be8fabb09764a080e69d37558dd8aa7b81526e (diff)
downloadllvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.zip
llvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.tar.gz
llvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.tar.bz2
Cleanup include: TableGen
This also includes a few cleanup from Support. Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D121331
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r--llvm/lib/Support/Path.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp
index 63d8d4e..973b903 100644
--- a/llvm/lib/Support/Path.cpp
+++ b/llvm/lib/Support/Path.cpp
@@ -22,7 +22,6 @@
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include <cctype>
-#include <cstring>
#if !defined(_MSC_VER) && !defined(__MINGW32__)
#include <unistd.h>