Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 24 Sep 2014 04:45:02 +0000 (04:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 24 Sep 2014 04:45:02 +0000 (04:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218373 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Unix/Host.inc

index ce21d358aab8bc99d5a3c7061e2f0ca4609f7916..fcb3638d1cee65cec112697e4bf64627a1e46f76 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/utsname.h>
 #include <cctype>
 #include <string>
-#include <cstdlib> // ::getenv
 
 using namespace llvm;