diff options
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 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> |